diff options
Diffstat (limited to 'stowcmds.sh')
-rwxr-xr-x | stowcmds.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stowcmds.sh b/stowcmds.sh index b78d4a1..9e9d26e 100755 --- a/stowcmds.sh +++ b/stowcmds.sh @@ -23,7 +23,7 @@ fi case "$MACH" in "desktop" | "d") mkdir -p "$HOME/bin" - stow -d bin/ -t "$HOME/bin" -R common dmscripts extra + stow -d bin/ -t "$HOME/bin" -R common guiscripts extra mkdir -p "$HOME/.config" stow -d config/ -t "$HOME/.config" -R essentials common extra X theme xdg stow -d config/ -t "$HOME/" -R zshrc @@ -37,7 +37,7 @@ case "$MACH" in ;; "laptop" | "l") mkdir -p "$HOME/bin" - stow -d bin/ -t "$HOME/bin" -R common dmscripts extra + stow -d bin/ -t "$HOME/bin" -R common guiscripts extra mkdir -p "$HOME/.config" stow -d config/ -t "$HOME/.config" -R essentials common extra theme xdg hyprland X stow -d config/ -t "$HOME/" -R zshrc |