Skip to content

Instantly share code, notes, and snippets.

@tsenart
Created January 3, 2012 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsenart/1552818 to your computer and use it in GitHub Desktop.
Save tsenart/1552818 to your computer and use it in GitHub Desktop.
rm -rf ~/.vim*
rm -rf ~/.gvim*
brew update
brew uninstall ack
brew install ack
sudo pip uninstall pep8
sudo pip install pep8
brew uninstall ctags
brew install ctags
rvm use system
sudo gem uninstall rake
sudo gem install rake
brew uninstall macvim
brew install macvim --enable-clipboard --custom-icons --with-cscope --with-envycoder
brew linkapps
curl -Lo- http://bit.ly/janus-bootstrap | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment