From 20840fce4c7e45c2446c938e6230e97fb7c1a68a Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Mon, 16 Jun 2025 10:45:43 +0200 Subject: [PATCH] chore(setup): update paths for dos2unix commands --- setup | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup b/setup index d83a931..584d799 100755 --- a/setup +++ b/setup @@ -5,7 +5,9 @@ set -e echo "[+] Cloning submodules..." git submodule update --init --recursive -find ./config/tmux/plugins -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix +find ./.config/tmux/plugins -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix +find ./.config/zsh/plugins -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix +find ./.config/zsh/themes -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix echo "[+] Creating Gitconfigs..."