
brew-bundle
List of commands for brew-bundle:
-
brew-bundle:tldr:3cec8 brew-bundle: Create a Brewfile from all installed packages.$ brew bundle dumptry on your machineexplain this command
-
brew-bundle:tldr:697eb brew-bundle: Install packages from a Brewfile at the current path.$ brew bundletry on your machineexplain this command
-
brew-bundle:tldr:8df65 brew-bundle: Install packages from a specific Brewfile at a specific path.$ brew bundle --file=${filename}try on your machineexplain this command
-
brew-bundle:tldr:ab3f5 brew-bundle: Check if there is anything to install or upgrade in the Brewfile.$ brew bundle checktry on your machineexplain this command
-
brew-bundle:tldr:f90a3 brew-bundle: Uninstall all formulae not listed in the Brewfile.$ brew bundle cleanup --forcetry on your machineexplain this command
-
brew-bundle:tldr:fd65d brew-bundle: Output a list of all entries in the Brewfile.$ brew bundle list --alltry on your machineexplain this command