Homebrew Formulae
This is my personal repository of Homebrew formulae. I try to follow the rules as laid forth by the official documentation for brew taps [1].
Other taps I use
brew tap cavaliercoder/homebrew-dmidecode
Usage
My collection of formulae in use in my environment will always be found
in the root of the Formula
directory. I keep my casks separated in their
own Casks
directory. Note that you need not specify either one of these
herein mentioned directories!
brew tap syn-net/homebrew-formulae
An install of the daemon ddclient
resides in my Formula
directory and
is installed like so:
# Formula
brew install syn-net/formulae/ddclient
The install of the awesome mpv
video player sits in my Casks
directory
and is done the same way:
# Casks do not require the word formulae in front of it
brew install syn-net/mpv
Uninstall
brew untap syn-net/homebrew-formulae
Update
brew update