Home

Awesome

Kyle's Homebrew Tap

This is my personal homebrew (and linuxbrew) tap. It contains things such as:

How do I install these formulae?

See also: Using brew tap

brew tap --full github/kyleburton https://github.com/kyleburton/homebrew-kyleburton.git
brew install <formula>
brew install bake                     # on OS X
brew install bake --without-bash      # Linux

How do I create a new Formula?

Have a look in the ./Formula directory at the existing formula. Have a look at the following resources:

Documentation

brew help, man brew or check Homebrew's documentation.