automatically "install" oh-my-zsh

This commit is contained in:
James Walker 2012-05-07 16:26:45 -04:00
parent cc75852687
commit f6a67620a4

View File

@ -1,5 +1,10 @@
#!/bin/bash
# Install oh-my-zsh
if [ ! -d ~/.oh-my-zsh ]; then
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
fi
DOTFILES=`cd $(dirname $0); pwd`
for FILE in $DOTFILES/*; do