Use brew cask to install software on MacOS

That’s the way to automate your favorite apps installed on a new machine with one command and a config file.
https://github.com/Homebrew/homebrew-cask.

You can either install apps manually with a command like brew cask install goland or install all your apps by provided config.
One downside is that it has a limited list of apps supported — https://formulae.brew.sh/cask/.
That’s an example of your Caskfile:

To install all the apps from the config, just run this command:

Similar Posts

LEAVE A COMMENT