diff options
Diffstat (limited to 'uninstall.sh')
-rw-r--r-- | uninstall.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/uninstall.sh b/uninstall.sh index 173b069..3c1e99b 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -4,8 +4,13 @@ stow -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 +# Shepherd +stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} shepherd + # konsole colors # stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/konsole" konsole |