homebrew-bundle icon indicating copy to clipboard operation
homebrew-bundle copied to clipboard

📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.

Results 10 homebrew-bundle issues
Sort by recently updated
recently updated
newest added

To handle cases like: ``` Using kubernetes-cli Linking kubernetes-cli formula. Linking /usr/local/Cellar/kubernetes-cli/1.23.4... Error: Could not symlink bin/kubectl Target /usr/local/bin/kubectl already exists. You may want to remove it: rm '/usr/local/bin/kubectl' To...

help wanted

I'm interested in implementing `brew bundle add ` and `brew bundle remove ` commands in `homebrew-bundle`. These commands would add or remove formulae from the brewfile at `~/.Brewfile`. Is this...

help wanted

Implies `--force` for uniform usage with keg-only formulae. Closes #1062.

When `start_service: true`, `install` starts the service if it isn't running, whether or not it was installed. Aligns with `check` which expects a formula with `start_service: true` to have a...

- Once the next version of `mas` is released: we can again rely on `mas outdated`. - `mas_signedin?` hasn't worked for a long time and isn't coming back so just...

Is there a way to add shell completion for `brew bundle` command?

help wanted

**Problem** Homebrew bundle has quite verbose output at times, such as the `Using package_x` output ([source](https://github.com/Homebrew/homebrew-bundle/blob/6b01bd338af95db59f1d6db87ebf6416d7518297/lib/bundle/installer.rb#LL43C1-L43C1)) when running `brew bundle install`. `brew bundle --help` lists the standard homebrew `--quiet`/`-q` flag...

help wanted
stale

My Brewfile contains ```rb tap "sass/sass" brew "sass/sass/sass" ``` Sass has a build dependency on dart-lang/dart/dart ([src](https://github.com/sass/homebrew-sass/blob/2fe8dc4f5a2cacf05b18aeaa59920d72f9b47173/Formula/sass.rb#L16)). So in order to install/upgrade/build sass, Homebrew taps dart-lang/dart and installs dart. When...

help wanted

#552 seems to suggest that the `Brewfile.lock.json` file generated by `brew bundle install` is for debugging purposes. However, the name suggests to me that it is responsible for ensuring that...

help wanted

From the docs: ``` # 'brew install', always 'brew services restart', 'brew link', 'brew unlink mysql' (if it is installed) brew "[email protected]", restart_service: true, link: true, conflicts_with: ["mysql"] ``` We...

help wanted