diff options
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..5899025 --- /dev/null +++ b/install.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Link at home folder +stow -t ~ bash vim tmux git + +# Link at XDG_CONFIG_HOME if set, if not to $HOME/.config (they should be the same) +stow -t ${XDG_CONFIG_HOME:=$HOME/.config} nvim |