summaryrefslogtreecommitdiff
path: root/stowcmds.sh
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-17 18:55:38 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-17 19:02:28 +0200
commite1254e11ae320848c2fc6ce329a33db107083b9f (patch)
tree49c6257d03d02a31ac78717cfede876ff9fa9dff /stowcmds.sh
parentca569f466565dc9d435aa6fd96c1905a12c40216 (diff)
moved menuscripts to seperate folder
Diffstat (limited to 'stowcmds.sh')
-rwxr-xr-xstowcmds.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/stowcmds.sh b/stowcmds.sh
index 4b6eb13..6583ee5 100755
--- a/stowcmds.sh
+++ b/stowcmds.sh
@@ -21,14 +21,14 @@ fi
case "$MACH" in
"desktop" | "d" | "laptop" | "l")
mkdir -p "$HOME/bin"
- stow -d bin/ -t "$HOME/bin" -R common guiscripts extra
+ stow -d bin/ -t "$HOME/bin" -R common guiscripts menuscripts extra
mkdir -p "$HOME/.config"
stow -d config/ -t "$HOME/.config" -R essentials common extra X theme xdg hyprland
stow -d config/ -t "$HOME/" -R home
;;
"server" | "s")
mkdir -p "$HOME/bin"
- stow -d bin/ -t "$HOME/bin" -R common serverscripts
+ stow -d bin/ -t "$HOME/bin" -R common serverscripts menuscripts
mkdir -p "$HOME/.config"
stow -d config/ -t "$HOME/.config" -R essentials common
stow -d config/ -t "$HOME/" -R home