From c5928e9b0d81ea9768d61530f243f29f73b34e84 Mon Sep 17 00:00:00 2001 From: alvinlollo Date: Thu, 30 Jan 2025 03:05:35 +0000 Subject: [PATCH] Fixed script from aborting after an error from zsh already installed --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4ee6b9b..3138998 100755 --- a/install.sh +++ b/install.sh @@ -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