Skip to content

Instantly share code, notes, and snippets.

View satyrius's full-sized avatar

Anton Egorov satyrius

  • Tallinn, Estonia
View GitHub Profile
@satyrius
satyrius / install.sh
Last active September 29, 2015 17:08 — forked from asenchi/notes.md
Homebrew formula for VIM with python interpreter support
brew install python --framework
mkdir ~/Library/Frameworks/
cd ~/Library/Frameworks/
ln -s /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework .
brew install -v https://gist.github.com/satyrius/1635076/raw/vim.rb