Migrates oh-my-zsh to ohmyzsh
This commit is contained in:
parent
646a7c3dff
commit
41c65b48b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue