diff --git a/.stow-local-ignore b/.stow-local-ignore index 925e549..496f931 100644 --- a/.stow-local-ignore +++ b/.stow-local-ignore @@ -5,3 +5,4 @@ setup .gitmodules .zshenv.template README.md +.gitconfig.d diff --git a/install b/install index 3c8b91b..386916f 100755 --- a/install +++ b/install @@ -25,7 +25,9 @@ echo echo "[+] Installing Oh My Zsh..." echo -sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" +if [ ! -d "$HOME/.oh-my-zsh" ]; then + sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" +fi echo "Include $HOME/.config/ssh/*" >> "$HOME/.ssh/config"