mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-27 08:07:28 +10:00
Fixed script from aborting after an error from zsh already installed
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ brew upgrade
|
|||||||
brew install eza fzf gcc thefuck gh
|
brew install eza fzf gcc thefuck gh
|
||||||
|
|
||||||
# Install Oh-My-zsh
|
# 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
|
# Remove old config file
|
||||||
rm -rf ~/.zshrc
|
rm -rf ~/.zshrc
|
||||||
|
|||||||
Reference in New Issue
Block a user