diff options
Diffstat (limited to 'stowcmds.sh')
-rw-r--r-- | stowcmds.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/stowcmds.sh b/stowcmds.sh new file mode 100644 index 0000000..385623d --- /dev/null +++ b/stowcmds.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +d="$1" + +mkdir "$d/bin" +stow -d bin/ -t "$d/bin" common dmscripts extra zshrc + +mkdir "$d/.config" +stow -d config/ -t "$d/.config" essentials common extra theme X + +stow -d config/ -t "$d/" zshrc |