Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 897 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 897 Bytes

Homebrew with Gusto

This is a collection of homebrew formulas that we use at Gusto, we maintain these because:

  • We have to slightly adjust what's available upstream
  • We have to lock to a version no longer available upstream
  • We have to distribute tools without generally available packaging

How do I install these formulae?

From the command line:

brew tap gusto/gusto git@github.com:Gusto/homebrew-gusto.git
brew install <formula>

From a Brewfile:

tap "gusto/gusto", "git@github.com:Gusto/homebrew-gusto.git"

brew "<formula>"

How to develop locally

Create symlink to Taps directory

ln -s /path/to/local/homebrew-gusto `brew --repo`/Library/Taps/gusto/homebrew-gustotest

Install local formula

brew install gusto/gustotest/<formula>

Documentation

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