Easily install software and applications you use on your macOS by automating the process with Homebrew and a brewfile.
A brewfile is a text file that lists the commands Homebrew needs to install specific software and applications.
Create your brewfile
Be sure to include this command in your brewfile:
$ brew tap Homebrew/bundle
You can see mine here for inspiration: my brewfile
Install Homebrew by pasting this command in your terminal:
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Run $ brew bundle
in your terminal and watch the magic happen.
If everything runs without error, you're in business and ready to use your apps 💃🏽