This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |