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

feat(brew): Automatically install and maintain brew package list #347

Open
mecattaf opened this issue Oct 16, 2024 · 0 comments
Open

feat(brew): Automatically install and maintain brew package list #347

mecattaf opened this issue Oct 16, 2024 · 0 comments

Comments

@mecattaf
Copy link
Contributor

Similar to how the default-flatpaks module works, it would be great to list the brew packages to be installed by default in the recipe.

For example I have the following default-flatpaks:

  - type: default-flatpaks
    notify: true 
    user:
      repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
      repo-name: flathub
      install:
        - com.google.Chrome
        - org.videolan.VLC

I would like to do:

  - type: brew
    nofile-limits: true
    brew-analytics: false
>    install:
>       - ollama
>       - marp
@fiftydinar fiftydinar changed the title [feat] automatically install and maintain brew packages feat(brew): Automatically install and maintain brew package list Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant