From 97487ed1431ed0cfa4f5b6facd69dbd0f13911f4 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 3 Mar 2023 19:53:22 +0100 Subject: renamed dmscripts to guiscripts --- stowcmds.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stowcmds.sh') 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 -- cgit v1.2.3