Anyway to install/reinstall without any user interaction?
I'm thinking about using this with Github Codespaces to counter the fact that there is no persistent bash history there.
Codespaces allows us to run a environment setup script but that won't work welll if in the middle of the installation there is a installation prompt for user input.
It'd be great if I could invoke the install script with the inputs already provided (or perhaps provided in a known file)