diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-05-29 22:12:38 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-05-29 22:13:21 +0200 |
commit | 1353a5408894d75621ceea4298723ea5c71b5684 (patch) | |
tree | 909b28d9529835a14c5a0feb302149fc048508ff /install.sh | |
parent | dea43fefe5b84a0b7e4eb5e0156bc323d2a59ede (diff) |
Remove unneeded configurations:
* (konsole, plasma, kitty): Remove.
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 |