dotbot-brew
dotbot-brew copied to clipboard
Use "brew bundle --verbose" for brewfile directives
brew bundle
shows prettified output with green colors after installing a package and no styling in case of the package being already installed, so it looks great.
brew bundle --verbose
shows more details on what is actually going on, in particular on whether a particular package is being installed.
the non-verbose version is prettier but it looks like it's stuck or something on large installs. It doesn't show enough information.
Consider changing this?
@miguelandres
Hey. Didn't know about --verbose
flag, and seeing how it works, I think it might be a very good default. After all, it kind of works in the same way as brew
directive. It shows what's happening :) So I would glad to accept a PR on that.