Skip to content

Instantly share code, notes, and snippets.

View gkoberger's full-sized avatar
🦉
ReadMe-ing!

Gregory Koberger gkoberger

🦉
ReadMe-ing!
View GitHub Profile
@sirupsen
sirupsen / vim7.3_mac_install.rb
Created July 27, 2011 21:57 — forked from pengwynn/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