diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-07 01:25:43 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-07 01:28:26 +0200 |
commit | c7d083c6fa43f0c7e744cac2a05343777c6b717a (patch) | |
tree | 54c2771b63ee6e2fb697dc60ac5cc63f8a53f752 /stowcmds.sh | |
parent | 5abb1c661d529571e9e458a5b016ba419f8846d9 (diff) |
made dedicated serverscripts folder
Diffstat (limited to 'stowcmds.sh')
-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 |