Skip to content

Add support for installing go packages in Brewfile #20645

@leighmcculloch

Description

@leighmcculloch

Verification

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.

Metadata

Metadata

Assignees

Labels

help wantedWe want help addressing thisstaleNo recent activity

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions