diff --git a/tforgione.sh b/tforgione.sh index 98f4435..b39e721 100755 --- a/tforgione.sh +++ b/tforgione.sh @@ -214,8 +214,8 @@ configure_shell() { fi mkdir -p $HOME/.config - if [ ! -d $HOME/.config/oh-my-zsh ]; then - git_clone https://github.com/robbyrussell/oh-my-zsh/ $HOME/.config/oh-my-zsh + if [ ! -d $HOME/.config/ohmyzsh ]; then + git_clone https://github.com/ohmyzsh/ohmyzsh $HOME/.config/ohmyzsh fi if [ -f $HOME/.zshrc ]; then