From 1353a5408894d75621ceea4298723ea5c71b5684 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 29 May 2025 22:12:38 +0200 Subject: Remove unneeded configurations: * (konsole, plasma, kitty): Remove. --- install.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 60889ec..27c8b6a 100755 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.3