diff options
Diffstat (limited to 'uninstall.sh')
-rw-r--r-- | uninstall.sh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/uninstall.sh b/uninstall.sh index 2cef81f..3371db2 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -11,11 +11,8 @@ 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 +# Alacritty +stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} alacritty # redshift stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} redshift @@ -27,8 +24,6 @@ stow -Dt "${XDG_CONFIG_HOME:=$HOME/.config}/guix" guix stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} i3 stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} i3status stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} dunst -# Plasma session environment variables -#stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/plasma-workspace/env" plasma-env # newsboat stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} newsboat |