Skip to content

syn-net/homebrew-formulae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/Formula/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/Formula/mpv

Uninstall

brew untap syn-net/homebrew-formulae

Update

brew update

References

  1. Maintaining a Brew Tap
  2. https://docs.brew.sh/Formula-Cookbook

Releases

No releases published

Packages

No packages published