Skip to content

Instantly share code, notes, and snippets.

@phoet
Created July 1, 2010 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phoet/460075 to your computer and use it in GitHub Desktop.
Save phoet/460075 to your computer and use it in GitHub Desktop.
git and homebrew via curl
# thx to tobstarr
sudo mkdir -p /usr/local && sudo chown -R $USER /usr/local && curl -Lsf http://bit.ly/9H4NXH | tar xvz -C/usr/local --strip 1 && brew install git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment