Create a new VM with this script:
printf '#!/bin/sh\ncurl -fsSL https://gist.githubusercontent.com/lbussell/1bb834373fefb7f190d4f45321c19d1f/raw/setup.sh | sh\n' | ssh exe.dev new --setup-script /dev/stdinTo set this script as the default setup script:
printf '#!/bin/sh\ncurl -fsSL https://gist.githubusercontent.com/lbussell/1bb834373fefb7f190d4f45321c19d1f/raw/setup-exedev.sh | sh\n' | ssh exe.dev defaults write dev.exe new.setup-script