Skip to content

Instantly share code, notes, and snippets.

@stonyw
Last active December 15, 2015 23:59
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 stonyw/5344689 to your computer and use it in GitHub Desktop.
Save stonyw/5344689 to your computer and use it in GitHub Desktop.
Install List for new Mac.
Homebrew
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
// Install ACK
brew install ack
// Install pip with pkg-config readline gdbm python sqlite
brew install python
// install httpie
pip install --upgrade httpie
// update path
vi ~/.bash_profile
// ... add/edit export PATH="$PATH:/usr/local/share/python/"
// apply change
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment