This repository contains example brew formulas that may be used to show brew setup in laptop.
-
install the tap
brew tap c-n-c/example-tap
-
install the formula
brew install c-n-c/example-tap/<formula>
-
update the formula to new version
brew update c-n-c/example-tap/<formula>
-
uninstall formula
brew uninstall c-n-c/example-tap/<formula>