Skip to content

Instantly share code, notes, and snippets.

@jeffcressman
jeffcressman / index.mdown
Created May 22, 2012 20:44 — forked from adamstac/TODO
A Rubyist’s guide to setting up a Mac OS X development environment using Homebrew, RVM, Git and Bundler

Xcode

Install Xcode

Head to the Apple Developer Center to download a copy of the latest Xcode

Homebrew

@jeffcressman
jeffcressman / hack.sh
Created April 1, 2012 14:40 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#