Skip to content

Instantly share code, notes, and snippets.

@dngo
dngo / vim7.3_mac_install.rb
Created June 1, 2012 16:12 — forked from sirupsen/vim7.3_mac_install.rb
Script to install Vim 7.3 with ruby support for Mac OS X Lion
# requires root permissions in /usr/bin/
star = String.new
8.times { star += "*" }
Star = "\n#{star * 3}\n"
def newblock string
puts "\n#{Star}#{string}#{Star}\n"
end