summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index 2cd6510..a76a6bc 100644
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Link at home folder
-stow -Rt ~ bash tmux git
+stow --dotfiles -Rt ~ 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:=$HOME/.config} nvim
@@ -10,14 +10,14 @@ stow -Rt ${XDG_CONFIG_HOME:=$HOME/.config} nvim
# stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/konsole" konsole
# kitty
-stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/kitty" kitty
+stow -Rt ${XDG_CONFIG_HOME:=$HOME/.config} 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
+stow -Rt ${XDG_CONFIG_HOME:=$HOME/.config} i3
+stow -Rt ${XDG_CONFIG_HOME:=$HOME/.config} i3status
# Plasma session environment variables
#stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/plasma-workspace/env" plasma-env