Bra alias.
Är på väg att installera om systemet, och kör jag
brew bundle dump --describe --file=mina_appar
så får jag filen mina_appar:
tap "buo/cask-upgrade"
tap "caskroom/cask"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/python"
tap "homebrew/science"
tap "minio/stable"
tap "neovim/neovim"
# Graphical system information display for macOS
brew "archey"
# Download with resuming and segmented downloading
brew "aria2"
# Interpreted, interactive, object-oriented programming language
brew "python"
…
På min nya installation kör jag då bara
brew bundle --file=mina_appar
...