Description
I'm interested in implementing brew bundle add <formula>
and brew bundle remove <formula>
commands in homebrew-bundle
. These commands would add or remove formulae from the brewfile at ~/.Brewfile
.
Is this a contribution you'd consider accepting and if so do you any implementation suggestions or requirements to have it merged?
In Homebrew/discussions#163 I asked:
I have a global
~/.Brewfile
that I use to manage everything installed on my Mac.Whenever I install something new, it usually goes something like this:
- Find an app I want to install
brew search name
brew install name
- edit
~/.Brewfile
to add the appIs there a way to do this in one step, something like
brew install name --save
orbrew bundle add name
? I've searched around but haven't found anything that does what I'm looking for. If it doesn't exist, where would be the best place to send a PRbrew
orhomebrew-bundle
? Is this something that you'd accept a pull request for?
It was suggested that a feature like this would be most appropriate in homebrow-bundle
:
This would belong in the Homebrew/homebrew-bundle repo.