Skip to content

Instantly share code, notes, and snippets.

@cobyism
Forked from mrtazz/fresh-install.mkd
Created August 28, 2011 23:57
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 cobyism/1177418 to your computer and use it in GitHub Desktop.
Save cobyism/1177418 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