diff options
-rw-r--r-- | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,3 +5,6 @@ stow -Rt ~ bash vim tmux git # Link at XDG_CONFIG_HOME if set, if not to $HOME/.config (they should be the same) stow -Rt ${XDG_CONFIG_HOME:=$HOME/.config} nvim + +# konsole colors +stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/konsole" konsole |