diff options
Diffstat (limited to 'uninstall.sh')
-rw-r--r-- | uninstall.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/uninstall.sh b/uninstall.sh index 3c1e99b..fc3c2c6 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,12 +1,12 @@ #!/bin/bash # Link at home folder -stow -Dt ~ bash tmux git +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} -D nvim +stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} nvim # Shepherd stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} shepherd @@ -15,13 +15,13 @@ stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} shepherd # stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/konsole" konsole # kitty -stow -Dt "${XDG_CONFIG_HOME:=$HOME/.config}/kitty" 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" i3 -stow -Dt "${XDG_CONFIG_HOME:=$HOME/.config}/i3status" i3status +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 |