Skip to content

Instantly share code, notes, and snippets.

@gtzilla
Created April 26, 2011 16:20
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 gtzilla/942586 to your computer and use it in GitHub Desktop.
Save gtzilla/942586 to your computer and use it in GitHub Desktop.
one liner for installing the gist commandline tool mac OSX
curl -s -L http://gt-co.de/hOaVwe > gist && chmod 755 gist && sudo mv gist /usr/local/bin/gist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment