Skip to content

Instantly share code, notes, and snippets.

View tolsen's full-sized avatar

Tim Olsen tolsen

  • New York, NY
  • 03:28 (UTC -04:00)
View GitHub Profile
@jasonrudolph
jasonrudolph / 00-about.md
Created September 21, 2012 18:42
Rough Notes from Strange Loop 2012
@afeld
afeld / gist:3549307
Created August 31, 2012 05:18
upgrading to Mountain Lion
# run Apple's Software Update
# open XCode, then XCode(menu)->Preferences->Downloads tab and Install the Command Line Tools
brew update
brew doctor
# follow any instructions - mine are included below
brew tap homebrew/dupes
brew install autoconf automake apple-gcc42
brew link apple-gcc42 # for some reason this didn't work in prior step