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