Skip to content

Instantly share code, notes, and snippets.

@mrtazz
Forked from kennethreitz/fresh-install.mkd
Created August 7, 2010 19:29
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save mrtazz/513101 to your computer and use it in GitHub Desktop.
Save mrtazz/513101 to your computer and use it in GitHub Desktop.

Part I: The Basics

Part II: The Essentials

Part III: Development Tools

Source control

CLI Tools

Gems

  • bundler: gem install bundler
  • fuzzy_file_finder: gem install fuzzy_file_finder
  • mustache: gem install mustache
  • sinatra: gem install sinatra
  • jekyll: gem install jekyll
  • heroku: gem install heroku

Python Libs

sudo easy_install pip nose

C++ Libraries

  • boost: brew install boost
  • gtest: brew install gtest

Databases

Testing tools

Design Tools

Productivity Tools

Utilities

Communication Tools

Misc

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