Migrates oh-my-zsh to ohmyzsh

This commit is contained in:
Thomas Forgione 2020-01-29 11:20:19 +01:00
parent 646a7c3dff
commit 41c65b48b5
1 changed files with 2 additions and 2 deletions

View File

@ -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