おすすめの基本的なBrewfile
code: Brewfile
cask_args appdir: '/Applications'
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
# essential
brew 'git'
brew 'mas'
brew "zsh"
brew "zsh-completions"
brew "vim"
cask "emacs"
# develop
brew "gcc"
brew "gnuplot"
brew "python3"
# for remote
cask "xquartz"
# useful
cask 'cyberduck'
cask 'docker'
cask 'github'
cask 'google-chrome'
cask 'visual-studio-code'
cask "slack"
cask 'dropbox'
cask 'google-backup-and-sync'
cask "discord"
cask 'spotify'
# app
mas 'LINE', id: 539883307
mas 'ToyViewer', id: 414298354
mas 'CotEditor', id: 1024640650
mas 'Keynote', id: 409183694
mas 'iMovie', id: 408981434
mas 'Pages', id: 409201541
mas 'GarageBand', id: 682658836
mas 'Numbers', id: 409203825
mas 'Glance – Quick Look Plugin', id: 1513574319
こちらをベースに自分なりに編集するといいかも