Fixed script from aborting after an error from zsh already installed

This commit is contained in:
alvinlollo
2025-01-30 03:05:35 +00:00
parent dc90c567c4
commit c5928e9b0d
+1 -1
View File
@@ -39,7 +39,7 @@ brew upgrade
brew install eza fzf gcc thefuck gh
# Install Oh-My-zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" || die "zsh might already be installed"
# Remove old config file
rm -rf ~/.zshrc