Install multiple apps with Homebrew on MacOS. Make a .txt of the apps to install, each app on new line. Then, run brew install --cask $(cat your-list.txt). Re-use the list everywhere.

a terminal window with the apps that were installed via Homebrew