-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Confused about brew bundle
#32952
Comments
It was deprecated and then removed recently, I'm afraid. |
Is there an issue that explains why it was deprecated? |
It was one of several contributed commands that was removed because it was unused by any of the maintainers and thus unmaintained. With this one in particular it was problematic because it had a fundamentally broken API which just piped commands to Homebrew rather than using a more sensible DSL. https://github.com/andrew/brewdler would be a better alternative, I think. |
Just make a shell script instead that installs your stuff. |
👍 thanks |
I've created Brewfiles and Caskfiles to use with the bundle command, but since that's now removed here's how I solved it. I'm still separating everything I want to install into files, and then using a shell script to install everything from them. Brewfile:
Caskfile:
Then in my bash script:
Also did a crappy workaround for Taps, the entire thing can be found here: https://github.com/virtualswede/osx-bootstrap |
@virtualswede sweet, thanks! :D |
For anyone following this thread: this is the new official replacement built by @andrew: https://github.com/Homebrew/homebrew-brewdler |
`brew bundle` has been deprecated Homebrew/legacy-homebrew#32952
`brew bundle` has been deprecated Homebrew/legacy-homebrew#32952
This is just the list of currently installed packages, so could probably use some curation. Signed-off-by: Wincent Colaiuta <win@wincent.com>
@jonasrosland : Your comment was helpful. I've modified the command to allow for inline comments.
|
A number of websites talk about having a Brewfile that is executed by
brew bundle
. However, when I try this I get "Error: Unknown command: bundle". In all other ways,brew
is working. Looking atman brew
and searching the wiki here it doesn't seem to be a current feature of brew.Any ideas? Is this feature not in the current build? Is it a deprecated feature?
-- Christopher Allen
The text was updated successfully, but these errors were encountered: