oh my zsh!

This commit is contained in:
Sami Samhuri 2011-07-27 20:40:58 -07:00
parent b4b83c647e
commit 0dc1c3630a

1
newbox
View file

@ -30,6 +30,7 @@ fi
cd ~ cd ~
if ! [ -d config ]; then if ! [ -d config ]; then
git clone git://github.com/samsonjs/config || fail "cannot clone config repo" git clone git://github.com/samsonjs/config || fail "cannot clone config repo"
git clone git://github.com/robbyrussell/oh-my-zsh.git config/oh-my-zsh
fi fi
for FILE in config/*; do for FILE in config/*; do