summaryrefslogtreecommitdiff
path: root/uninstall.sh
blob: fc3c2c66b91fb114d5f20f12bb3d72c5207b9383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash

# Link at home folder
stow --dotfiles -Dt ~ bash tmux git

# Link at XDG_CONFIG_HOME if set, if not to $HOME/.config (they should be the same)

# NeoVim
stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} nvim

# Shepherd
stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} shepherd

# konsole colors
# stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/konsole" konsole

# kitty
stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} kitty

# Guix channels
stow -Dt "${XDG_CONFIG_HOME:=$HOME/.config}/guix" guix

# i3
stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} i3
stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} i3status
# Plasma session environment variables
#stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/plasma-workspace/env" plasma-env