Skip to content

Instantly share code, notes, and snippets.

View hiremaga's full-sized avatar

Abhi Hiremagalur hiremaga

View GitHub Profile
@hiremaga
hiremaga / bootstrap.sh
Created October 17, 2011 22:04 — forked from knzai/bootstrap.sh
How I (will eventually) bootstrap my Macbook Air
#!/usr/bin/env sh
#After forking and editing YOUR_ORG to point at the right repo can be run via:
#bash <(curl -s https://raw.github.com/gist/1293973)
#if you use `curl xxx | sh` input will be messed up and there will be no pauses
#I keep XCode and gcc on a thumbdrive along with java, for speeding things up
#http://support.apple.com/downloads/DL1421/en_US/JavaForMacOSX10.7.dmg
read -p "Install XCode or gcc (http://github.com/kennethreitz/osx-gcc-installer)"
#setup your ssh keys for github