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: allow changing behaviour of devbox init / custom templates #2373

Open
DerArkeN opened this issue Oct 21, 2024 · 0 comments
Open

feature: allow changing behaviour of devbox init / custom templates #2373

DerArkeN opened this issue Oct 21, 2024 · 0 comments
Labels
feature New feature or request triage Issue needs triage

Comments

@DerArkeN
Copy link
Contributor

What problem are you trying to solve?

I use devbox init to initalize a new devbox all the time.
Most of the times they consist of same or similar packages, which I have to add manually.

What solution would you like?

I think you should be able to change the default behaviour of devbox init by changing a default file which get's used for creating a new devbox.
One might also consider to be able to create a whole bunch of default configs which can be referred to by devbox init. eg:
devbox init --> default devbox file
devbox init go --> custom user configured go devbox file
etc...

Alternatives you've considered

You might also want to allow custom templates instead doing this with devbox init, but it seems more convenient to do so since the command is shorter.

@DerArkeN DerArkeN added feature New feature or request triage Issue needs triage labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request triage Issue needs triage
Development

No branches or pull requests

1 participant