Dump your dependencies
Homebrew has command that will export a manifest of brew-installed packages.
The result is a Brewfile
that looks like this:
The Brewfile
is created in the directory where you run the command.
But you can specify both file name and path with the --file="~/some/path/my-brewfile"
option.
Note that brew bundle
commansd assume the file name Brewfile
. So customizing the file name will required that all commands include the --file
option, indifferent to file system location.
Congratulations.
You now have a manifest of installed software on your system.