diff options
-rwxr-xr-x | bin/menuscripts/mapimg (renamed from bin/guiscripts/mapimg) | 0 | ||||
-rwxr-xr-x | bin/menuscripts/mcurs (renamed from bin/guiscripts/mcurs) | 0 | ||||
-rwxr-xr-x | bin/menuscripts/mmpcvol (renamed from bin/guiscripts/mmpcvol) | 0 | ||||
-rwxr-xr-x | bin/menuscripts/mpassgen (renamed from bin/guiscripts/mpassgen) | 0 | ||||
-rwxr-xr-x | bin/menuscripts/mplay (renamed from bin/guiscripts/mplay) | 0 | ||||
-rwxr-xr-x | bin/menuscripts/mpower (renamed from bin/guiscripts/mpower) | 0 | ||||
-rwxr-xr-x | bin/menuscripts/mvid (renamed from bin/guiscripts/mvid) | 0 | ||||
-rwxr-xr-x | stowcmds.sh | 4 |
8 files changed, 2 insertions, 2 deletions
diff --git a/bin/guiscripts/mapimg b/bin/menuscripts/mapimg index 151b8d0..151b8d0 100755 --- a/bin/guiscripts/mapimg +++ b/bin/menuscripts/mapimg diff --git a/bin/guiscripts/mcurs b/bin/menuscripts/mcurs index 089bce4..089bce4 100755 --- a/bin/guiscripts/mcurs +++ b/bin/menuscripts/mcurs diff --git a/bin/guiscripts/mmpcvol b/bin/menuscripts/mmpcvol index 0f36e18..0f36e18 100755 --- a/bin/guiscripts/mmpcvol +++ b/bin/menuscripts/mmpcvol diff --git a/bin/guiscripts/mpassgen b/bin/menuscripts/mpassgen index a60112b..a60112b 100755 --- a/bin/guiscripts/mpassgen +++ b/bin/menuscripts/mpassgen diff --git a/bin/guiscripts/mplay b/bin/menuscripts/mplay index 4c991fa..4c991fa 100755 --- a/bin/guiscripts/mplay +++ b/bin/menuscripts/mplay diff --git a/bin/guiscripts/mpower b/bin/menuscripts/mpower index f03fd8e..f03fd8e 100755 --- a/bin/guiscripts/mpower +++ b/bin/menuscripts/mpower diff --git a/bin/guiscripts/mvid b/bin/menuscripts/mvid index a31a221..a31a221 100755 --- a/bin/guiscripts/mvid +++ b/bin/menuscripts/mvid 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 |