Migrates oh-my-zsh to ohmyzsh
This commit is contained in:
parent
646a7c3dff
commit
41c65b48b5
|
@ -214,8 +214,8 @@ configure_shell() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p $HOME/.config
|
mkdir -p $HOME/.config
|
||||||
if [ ! -d $HOME/.config/oh-my-zsh ]; then
|
if [ ! -d $HOME/.config/ohmyzsh ]; then
|
||||||
git_clone https://github.com/robbyrussell/oh-my-zsh/ $HOME/.config/oh-my-zsh
|
git_clone https://github.com/ohmyzsh/ohmyzsh $HOME/.config/ohmyzsh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f $HOME/.zshrc ]; then
|
if [ -f $HOME/.zshrc ]; then
|
||||||
|
|
Loading…
Reference in New Issue