From d16c555be25f8fdc7876ec848af9ec4532755e4b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 16 Feb 2023 18:17:53 +0100 Subject: added: (stowcmds) server configuration --- stowcmds.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/stowcmds.sh b/stowcmds.sh index d2153bf..d23e66d 100644 --- a/stowcmds.sh +++ b/stowcmds.sh @@ -4,11 +4,17 @@ case "${MACH:=desktop}" in 'desktop') mkdir "$HOME/bin" stow -d bin/ -t "$HOME/bin" -R common dmscripts extra - mkdir "$HOME/.config" stow -d config/ -t "$HOME/.config" -R essentials common extra theme X stow -d config/ -t "$HOME/" -R zshrc ;; + "server") + 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 + ;; *) break esac -- cgit v1.2.3