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 bash | |
# Assuming OS X Yosemite 10.10.4 | |
# Install XCode and command line tools | |
# See https://itunes.apple.com/us/app/xcode/id497799835?mt=12# | |
# See https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html | |
xcode-select --install | |
# Install the Homebrew package manager if you don't already use it; see source http://brew.sh |