-
### Provide a detailed description of the proposed feature
`brew install` should provide functionality to annotate formulas and casks with a `--note` keyword:
```zsh
$ brew install --cask --note …
vsheg updated
2 years ago
-
I've just learned that you can provide a file listing `brew` dependencies. This can be used with `brew bundle --global` apparently. As I'm not a `brew` user, I have no idea if this is a good thing to …
-
Not an issue, but a possible feature request.
I would like to accomplish "per environment" bundle Brewfiles that I may be working on at a given time; a unique set of dependencies for working with e…
apiri updated
2 years ago
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
→ brew config
HOMEBREW_VERSION: 3.3.10
ORIGIN: https://github.com/Homebrew/brew
HEAD: 385892f3d27dcab0f5a1cb47c3927…
-
I'm not sure if this recent change was intentional or not, but previously I could define custom shell variables in my environment like:
```sh
export ARCH=$(uname -m)
```
And then include appro…
-
Some behavior of brew-bundle surprised me...
Given a Brewfile that contains a tap-prefixed formulae, say `brew "nejckorasa/tap/dckr"`, the output of `brew-bundle` generates a warning about tap bein…
-
After seeing the following update our brewfiles are no longer starting services for us when using the `Brewfile`.
```bash
==> Auto-updated Homebrew!
Updated 5 taps (homebrew/core, homebrew/cask, …
-
I have set the `homebrew_use_brewfile` variable to true in mac-dev-playbook, together with a Brewfile containing approx 85 items.
I've encountered the following problems:
- The "Install from Bre…
-
Ive built some "infrastructure as code" automation using Ansible + Homebrew for configuring my personal laptop ([see here](https://github.com/jamesdh/dotfiles)). Ideally I'd be able to run it every ev…
-
So I have a [`Brewfile`](https://github.com/danielbayley/homebrew-dotfiles/blob/master/Brewfile) in my _[homebrew-dotfiles](https://github.com/danielbayley/homebrew-dotfiles)_ tap… which is the output…