Last active
August 29, 2015 14:16
-
-
Save N4M3Z/92113355f4223dfb885b to your computer and use it in GitHub Desktop.
Install Homebrew (OS X)
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
#!/bin/bash | |
## | |
# Homebrew: The Missing Package Manager for OS X (http://brew.sh) | |
# Standard install: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# | |
xcode-select --install | |
cd ~/Developer | |
git clone https://github.com/Homebrew/homebrew Homebrew | |
ln -s ~/Developer/Homebrew/bin/brew /usr/local/bin/brew |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment