Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 604 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 604 Bytes

Astzweig Formulae

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.

How do I install these formulae?

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>"