diff options
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,5 +15,8 @@ stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/kitty" kitty # Guix channels stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/guix" guix +# i3 +stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/i3" i3 +stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/i3status" i3status # Plasma session environment variables #stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/plasma-workspace/env" plasma-env |