Created
August 14, 2014 16:30
-
-
Save itolosa/c5bf5356979a3c1e41b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
git clone https://github.com/itolosa/vimfiles.git ~/.vim | |
sh ~/.vim/install.sh | |
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh | |
pushd /tmp | |
git clone https://gist.github.com/7090980.git zs | |
cp zs/zshrc ~/.zshrc | |
rm -rf zs | |
popd | |
chsh -s /bin/zsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment