Skip to content

Instantly share code, notes, and snippets.

@kaosf
Created April 27, 2013 02:34
Show Gist options
  • Save kaosf/5471662 to your computer and use it in GitHub Desktop.
Save kaosf/5471662 to your computer and use it in GitHub Desktop.
Install homebrew to local
echo 'export PATH=$HOME/local/bin:$PATH' >> $HOME/.zshenv # or .bashrc
exec $SHELL
mkdir -p $HOME/local/bin
cd $HOME/local/bin
git clone https://github.com/mxcl/homebrew --depth 1
ln -s $HOME/local/bin/homebrew/bin/brew
@kaosf
Copy link
Author

kaosf commented Apr 27, 2013

The result of "sw_vers" command is;

ProductName: Mac OS X
ProductVersion: 10.8.3
BuildVersion: 12D78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment