Skip to content

Instantly share code, notes, and snippets.

View boyonwheels's full-sized avatar

Gilbert Wilson boyonwheels

View GitHub Profile

Keybase proof

I hereby claim:

  • I am boyonwheels on github.
  • I am boyonwheels (https://keybase.io/boyonwheels) on keybase.
  • I have a public key ASBcrL-Z9pytifJa8qOuKGF1Z5UJrUfDeUBXfNHZ-4ph_Qo

To claim this, I am signing this object:

`C-x C-c'
Kill Emacs (`save-buffers-kill-emacs').
@boyonwheels
boyonwheels / install_homebrew.rb
Created October 28, 2011 23:18 — forked from mxcl/install_homebrew.markdown
Install sceaga's PPC branch of Homebrew to /usr/local so you don't need sudo to `brew install`
#!/usr/bin/ruby
# This script installs to /usr/local only. To install elsewhere you can just
# untar https://github.com/mxcl/homebrew/tarball/master anywhere you like.
module Tty extend self
def blue; bold 34; end
def white; bold 39; end
def red; underline 31; end
def reset; escape 0; end
def bold n; escape "1;#{n}" end