diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-16 00:36:23 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-16 00:36:23 +0100 |
commit | 0fdbd3c2aa6bcf3fae31fd94cf57cef5b04204b5 (patch) | |
tree | 4616993605555a9a00e82478273c9e498d962f3e /stowcmds.sh | |
parent | 3b2a78935fd6550521f719a10e5b0fceb1ddb350 (diff) |
changed: (stowcmds) cleanup
Diffstat (limited to 'stowcmds.sh')
-rw-r--r-- | stowcmds.sh | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/stowcmds.sh b/stowcmds.sh index 385623d..232af0e 100644 --- a/stowcmds.sh +++ b/stowcmds.sh @@ -1,10 +1,7 @@ #!/usr/bin/env bash -d="$1" +mkdir "$HOME/bin" +stow -d bin/ -t "$d/bin" common dmscripts extra -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 +mkdir "$HOME/.config" +stow -d config/ -t "$HOME/.config" essentials common extra theme X +stow -d config/ -t "$HOME/" zshrc |