chore(setup): update paths for dos2unix commands

This commit is contained in:
2025-06-16 10:45:43 +02:00
parent b39e6c438c
commit 20840fce4c

4
setup
View File

@ -5,7 +5,9 @@ set -e
echo "[+] Cloning submodules..." echo "[+] Cloning submodules..."
git submodule update --init --recursive 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..." echo "[+] Creating Gitconfigs..."