This Homebrew tap contains formulae for all of Astzweig's
homemade command line tools and executables, so that they can nicely be installed
using brew
.
You can either install a single formula:
> brew install astzweig/formulae/<formula>
Or tap the whole repository, so that you can use the usual brew install
:
> brew tap astzweig/formulae
> brew install <formula>
Or, in a brew bundle
Brewfile
:
tap "astzweig/formulae"
brew "<formula>"