From 41c65b48b5f3058a05132591504d356f36d3757d Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 29 Jan 2020 11:20:19 +0100 Subject: [PATCH] Migrates oh-my-zsh to ohmyzsh --- tforgione.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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