diff options
Diffstat (limited to 'stowcmds.sh')
-rwxr-xr-x | stowcmds.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stowcmds.sh b/stowcmds.sh index 9e9d26e..05d163c 100755 --- a/stowcmds.sh +++ b/stowcmds.sh @@ -26,21 +26,21 @@ case "$MACH" in 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 + stow -d config/ -t "$HOME/" -R home ;; "server" | "s") mkdir -p "$HOME/bin" stow -d bin/ -t "$HOME/bin" -R common mkdir -p "$HOME/.config" stow -d config/ -t "$HOME/.config" -R essentials common - stow -d config/ -t "$HOME/" -R zshrc + stow -d config/ -t "$HOME/" -R home ;; "laptop" | "l") mkdir -p "$HOME/bin" 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 + stow -d config/ -t "$HOME/" -R home ;; *) echo "E: invalid value for 'MACH'" 1>&2 |