From 834658d01d913a4192e1e41ac69fb0ec50c4a1d1 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Mon, 7 Jul 2025 16:13:08 +0200 Subject: [PATCH] chore(setup): streamline setup script output and flow --- scripts/setup | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/setup b/scripts/setup index e02457a..8f8a286 100755 --- a/scripts/setup +++ b/scripts/setup @@ -10,12 +10,6 @@ git submodule update --init --recursive find . -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix > /dev/null 2>&1 -./scripts/gitconfig - -echo -echo "[+] Creating symlinks..." -echo - if [ ! -f "$PWD/.zshenv" ]; then cp "$PWD/.zshenv.template" "$PWD/.zshenv" @@ -23,4 +17,10 @@ if [ ! -f "$PWD/.zshenv" ]; then sed -i "s|^export DOTFILES_INSTALL_DIR=.*|export DOTFILES_INSTALL_DIR=${SCRIPT_DIR}|" .zshenv fi +./scripts/gitconfig + +echo +echo "[+] Creating symlinks..." +echo + stow .