This repository contains a collection of Homebrew (aka, Brew) "formulae" for evo.company. Brew is a simple package manager for OS X that's based on Git.
Traditionally, Brew packages are managed centrally at https://github.com/mxcl/homebrew. To update packages, a package developer has to send pull requests to update their packages to new versions. Recently, however, Brew added a feature called Tap which makes it possible to install packages from remote Git repositories. This Git repository is Evo's Homebrew Tap.
First, add this tap to your Brew:
brew tap evo-company/homebrew-tap
Next, draft from the tap:
brew install evo-company/homebrew-tap/<formula>
Third, enjoy your new brew.