Homebrew / homebrew-bundle

📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.
MIT License
5.28k stars 283 forks source link

Confusion on what should be dumped #1398

Closed jedahan closed 2 months ago

jedahan commented 2 months ago

I've been migrating my own install scripts to take advantage of brew bundle, and noticed that brew bundle dump lists more packages than brew leaves --installed-on-request.

Is this the expected behavior, and is there an option I should be using to only install the packages described by brew leaves --installed-on-request?

MikeMcQuaid commented 2 months ago

This is expected. You can either use brew mark to mark things you do not wish to be installed on request.