Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Support groups #1327

Closed
spuder opened this issue Mar 27, 2024 · 1 comment
Closed

[Feature] Support groups #1327

spuder opened this issue Mar 27, 2024 · 1 comment
Labels

Comments

@spuder
Copy link

spuder commented Mar 27, 2024

As a user with multiple laptops, I'd like to have 1 brewfile that can support multiple installation targets using groups
so that I can prevent unapproved apps from being installed on my work computer

Example

group :personal do
  cask "arduino-ide"
  cask "steam"
end


group :work do
  brew "git"
  cask "visual-studio-code"
end

Reference

https://bundler.io/guides/groups.html

@jacobbednarz
Copy link
Contributor

this was recently discussed in #1315 and has a couple of ideas in there how you can achieve this today.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants