It would be really nice if it was possible to provision base VMs locally by providing a custom provision.sh with the ability to point to the custom base when launching vibe in a project. e.g.
It would make project setup easier and faster, otherwise every project needs to run a setup script once to get the necessary tools and settings installed.
Currently this can be done with copy-pasting the images from certain projects around, I guess, but an automatic way would be nice.
In extension it might be nice to be able to point to an http URL to get a base image when initializing a project so they could be shared.
It would be really nice if it was possible to provision base VMs locally by providing a custom
provision.shwith the ability to point to the custom base when launching vibe in a project. e.g.It would make project setup easier and faster, otherwise every project needs to run a setup script once to get the necessary tools and settings installed.
Currently this can be done with copy-pasting the images from certain projects around, I guess, but an automatic way would be nice.
In extension it might be nice to be able to point to an http URL to get a base image when initializing a project so they could be shared.