diff --git a/scripts/setup b/scripts/setup index cfa14d0..c5c8fbc 100755 --- a/scripts/setup +++ b/scripts/setup @@ -2,7 +2,10 @@ set -e +echo echo "[+] Cloning submodules..." +echo + git submodule update --init --recursive find . -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix > /dev/null 2>&1 @@ -16,7 +19,11 @@ echo "[+] Creating Gitconfigs..." done; ) > "$HOME/.gitconfig" +./scripts/gitconfig + +echo echo "[+] Creating symlinks..." +echo if [ ! -f "$PWD/.zshenv" ]; then cp "$PWD/.zshenv.template" "$PWD/.zshenv"