Skip to content

Instantly share code, notes, and snippets.

@megalithic
megalithic / vim.rb
Created October 26, 2012 03:07 — forked from voldmar/vim.rb
Fresh homebrew formula for Vim
# To use this recipe you have to:
# $ brew install python --framework
# $ mkdir ~/Frameworks
# $ ln -s "/usr/local/Cellar/python/2.7.2/Frameworks/Python.framework" ~/Frameworks
# $ brew install ./vim.rb
require 'formula'
require 'open-uri'
class Vim < Formula