Skip to content

Instantly share code, notes, and snippets.

@dadarek
dadarek / about.md
Created April 16, 2012 14:27 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer
@dadarek
dadarek / vim.rb
Created October 12, 2012 19:00
vim.rb formula
require 'formula'
class Vim < Formula
# Get stable versions from hg repo instead of downloading an increasing
# number of separate patches.
url 'https://vim.googlecode.com/hg/', :revision => 'c0ac5ba66243'
version '7.3.646'
homepage 'http://www.vim.org/'
head 'https://vim.googlecode.com/hg/'