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
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>"
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>
brew help
, man brew
or check Homebrew's documentation.