A set of scripts for configuring a ubuntu machine (or docker image) for development of Cloud Foundry stuff.
Provision your Ubuntu 20.04 VM, ssh into it, then run this command from your home directory as a non-root user:
bash <(curl -s https://raw.githubusercontent.com/tcdowney/devenv/master/setup.sh)
Note that this script is not guaranteed to be idempotent. Rather than re-running the scripts, it is recommended that you recreate your workstation VMs regularly to keep up to date.