Last Updated: February 26, 2023
·
1.566K
· philoserf

Brewfiles and homebrew-cask

For users of Homebrew, an OS X package manager, that have extended Homebrew with homebrew-cask and are using the fairly new feature Brewfiles.

The Brewfile handles casks natively. Here is a fragment from my own Brewfile.

...
# casks
install brew-cask
tap phinze/cask
cask install antirsi
...

So, you can brew bundle your standard brews and your casks too.