`homebrew bundle` to install the bundler. If you've been using homebrew you can automatically write a bundle with the command `brew bundle dump` add the —describe switch to get a comment before each item in the brewfile describing its use `brew bundle dump —describe`. Cakebrew - The Mac App for Homebrew. Homebrew is a package manager for OS X. With Homebrew you can install thousands of command-line applications and libraries that would require manual compilation, which is not always very straight-forward. Oct 08, 2019 Much in the spirit of Ruby ’s Bundler, Homebrew has Bundle. For both Bundler and Bundle, you provide a file with a list of software/dependencies you want installed, and the apps will install them automatically. In the case of Bundler, it’s all Ruby gems; in the case of Bundle, it’s command line apps, Mac apps, and even fonts. Oct 20, 2017 Home Forums PC, Console & Handheld Discussions Sony PlayStation 4 Discussions PS4 - Hacking & Homebrew. US Uncharted 500GB bundle comes with a lower firmware, but.
Bundler users define dependencies for Ruby applications in a Gemfileand install those dependencies by running bundle install
.
Homebrew users on macOS can define system dependencies for their projectswith a Brewfile
:
The brew bundle
command is automatically installed the firsttime it is used. Simply create a Brewfile
at the rootof your project’s directory tree, and run brew bundle
while in thatdirectory.
Homebrew Bundle Mod
Note that Homebrew will treat lines that start with #
as comments. To installa package, use brew
, and to tap a repository, use tap
. So this:
is equivalent as these commands:
Usage
I can think of a few places where a Brewfile
would be welcome:
- In dotfiles, either yours or your company’s.
- A setup script for your app (
bundle install && brew bundle
) - A setup script for a new machine. I often forget to install one of them (likerbenv-gem-rehash).

It’s a neat encapsulation for non-programming-language dependencies likephantomjs
.
Homebrew Bundle Download
What’s next
Homebrew Bundle Mod
If you found this useful, I recommend checking out the sourceof the brew bundle
command. For more Homebrew tricks, read through ourmacOS-related posts.
