From 0fdbd3c2aa6bcf3fae31fd94cf57cef5b04204b5 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 16 Feb 2023 00:36:23 +0100 Subject: changed: (stowcmds) cleanup --- stowcmds.sh | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'stowcmds.sh') diff --git a/stowcmds.sh b/stowcmds.sh index 385623d..232af0e 100644 --- a/stowcmds.sh +++ b/stowcmds.sh @@ -1,10 +1,7 @@ #!/usr/bin/env bash -d="$1" +mkdir "$HOME/bin" +stow -d bin/ -t "$d/bin" common dmscripts extra -mkdir "$d/bin" -stow -d bin/ -t "$d/bin" common dmscripts extra zshrc - -mkdir "$d/.config" -stow -d config/ -t "$d/.config" essentials common extra theme X - -stow -d config/ -t "$d/" zshrc +mkdir "$HOME/.config" +stow -d config/ -t "$HOME/.config" essentials common extra theme X +stow -d config/ -t "$HOME/" zshrc -- cgit v1.2.3