-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Description
Verification
- This issue's title and/or description do not reference a single formula e.g.
brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.
Provide a detailed description of the proposed feature
Add support for installing go packages in Brewfile. Include the ability to specify go packages in the Brewfile.
For example:
brew "tree"
brew "node"
go "github.com/charmbracelet/crush"
The Brewfile already supports a variety of installation types, with mas
, cask
, vscode
.
Tooling written in Go is so often available via go install <package>@latest
commands. It'd be convenient if the Brewfile bundled and ensures go applications were installed too.
What is the motivation for the feature?
To expand the convenience of Brewfile so that it manages the bundling / setting up of more applications.
How will the feature be relevant to at least 90% of Homebrew users?
Go is a common language for so much tooling.
What alternatives to the feature have been considered?
Not do this. Manage the installation of go tools manually or via some other means.
bketelsen
Metadata
Metadata
Assignees
Labels
No labels