From a36f9ca715eea16a2ee25e00533db5e0e29f4469 Mon Sep 17 00:00:00 2001 From: Yasmin Teles Date: Fri, 8 Mar 2024 17:36:11 -0300 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fixup! fixup! feat: add Oh My Zsh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9ee32dc..ab1fdd4 100644 --- a/install.sh +++ b/install.sh @@ -39,7 +39,7 @@ brew bundle install --file=~/Brewfile # -- Oh My Zsh ----------------------------------------------------------------- step_msg "Installing the Oh My Zsh" # chsh -s $(which zsh) -sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sed 's:env zsh -l::g' | sed 's:chsh -s .*$::g')" +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sed 's:env zsh -l::g' | sed 's:chsh -s .*$::g')" rm -rf ~/.zshrc stow --dotfiles zsh