Provisioning scripts and tools.
Basic stuff (install updates, change shell to zsh, install Midnight Commander etc.)
curl -s https://raw.githubusercontent.com/jedr/provision/main/ubuntu/base.sh | bash
For development (git, VS Code, Docker etc.):
curl -s https://raw.githubusercontent.com/jedr/provision/main/ubuntu/dev.sh | bash
Run:
./macos/create-vagrant-jedr.sh ~/jedr
The parameter is the path where you want the Vagrantfile to be put.
The script takes the Vagrantfile from ./vagrant/Vagrantfile, modifies a few things and creates the machine.