mirror of https://github.com/bjeanes/dotfiles.git
Refactor
parent
f1bbb9983d
commit
ec39822e3d
|
@ -2,10 +2,9 @@ export ZSH=$DOT_FILES/zsh/lib/oh-my-zsh
|
|||
export ZSH_THEME="risto"
|
||||
plugins=(rails git ruby osx brew)
|
||||
|
||||
if [ -d "$ZSH" ]; then
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
else
|
||||
if ! [ -d "$ZSH" ]; then
|
||||
echo "Cloning Oh My Zsh..."
|
||||
/usr/bin/env git clone git://github.com/robbyrussell/oh-my-zsh.git "$ZSH"
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
fi
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
|
Loading…
Reference in New Issue