Skip to content

Instantly share code, notes, and snippets.

@N4M3Z
Last active August 29, 2015 14:16
Show Gist options
  • Save N4M3Z/92113355f4223dfb885b to your computer and use it in GitHub Desktop.
Save N4M3Z/92113355f4223dfb885b to your computer and use it in GitHub Desktop.
Install Homebrew (OS X)
#!/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