diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-07 01:28:41 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-07 01:28:41 +0200 |
commit | 73f8af095892e7fcf872610e22b964d1c1033a21 (patch) | |
tree | 54c2771b63ee6e2fb697dc60ac5cc63f8a53f752 | |
parent | 5d5d9542e062e3ba2f0397e1701f6b02760cbfcb (diff) | |
parent | c7d083c6fa43f0c7e744cac2a05343777c6b717a (diff) |
Merge branch 'main' of /var/git/dotfiles
-rwxr-xr-x | stowcmds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stowcmds.sh b/stowcmds.sh index 974e84f..4b6eb13 100755 --- a/stowcmds.sh +++ b/stowcmds.sh @@ -28,7 +28,7 @@ case "$MACH" in ;; "server" | "s") mkdir -p "$HOME/bin" - stow -d bin/ -t "$HOME/bin" -R common + stow -d bin/ -t "$HOME/bin" -R common serverscripts mkdir -p "$HOME/.config" stow -d config/ -t "$HOME/.config" -R essentials common stow -d config/ -t "$HOME/" -R home |