Skip to content

Instantly share code, notes, and snippets.

@itolosa
Created August 14, 2014 16:30
Show Gist options
  • Save itolosa/c5bf5356979a3c1e41b5 to your computer and use it in GitHub Desktop.
Save itolosa/c5bf5356979a3c1e41b5 to your computer and use it in GitHub Desktop.
#!/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