diff options
-rwxr-xr-x | bin/common/fhome | 2 | ||||
-rwxr-xr-x | stowcmds.sh | 13 |
2 files changed, 4 insertions, 11 deletions
diff --git a/bin/common/fhome b/bin/common/fhome index cba1beb..442f25c 100755 --- a/bin/common/fhome +++ b/bin/common/fhome @@ -11,6 +11,8 @@ instances discord Steam ?eclipse +VisualParadigm +intellij arduino15" for dir in $exclude; do diff --git a/stowcmds.sh b/stowcmds.sh index 05d163c..974e84f 100755 --- a/stowcmds.sh +++ b/stowcmds.sh @@ -1,7 +1,5 @@ #!/bin/sh - - trap "echo -ne '\nbye'; exit 1" EXIT if ! stow --version > /dev/null 2>&1 @@ -21,11 +19,11 @@ else fi case "$MACH" in - "desktop" | "d") + "desktop" | "d" | "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 X theme xdg + stow -d config/ -t "$HOME/.config" -R essentials common extra X theme xdg hyprland stow -d config/ -t "$HOME/" -R home ;; "server" | "s") @@ -35,13 +33,6 @@ case "$MACH" in stow -d config/ -t "$HOME/.config" -R essentials common 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 home - ;; *) echo "E: invalid value for 'MACH'" 1>&2 break |