diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -8,12 +8,7 @@ stow --dotfiles -Rt$HOME bash tmux git # Link at XDG_CONFIG_HOME if set, if not to $HOME/.config (they should be the same) stow -Rt $XDG_CONFIG_HOME nvim -# konsole colors -# stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/konsole" konsole - -# kitty -stow -Rt $XDG_CONFIG_HOME kitty -# Alacritty (tries to replace kitty) +# Alacritty stow -Rt $XDG_CONFIG_HOME alacritty # Guix channels @@ -22,8 +17,6 @@ stow -Rt "$XDG_CONFIG_HOME/guix" guix # i3 stow -Rt $XDG_CONFIG_HOME i3 stow -Rt $XDG_CONFIG_HOME i3status -# Plasma session environment variables -#stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/plasma-workspace/env" plasma-env # dunst stow -Rt $XDG_CONFIG_HOME dunst |