These are the startup steps for AWS Cloud9. The Platform should be set to Ubuntu Server 18.04 LTS.
- Setup the git configuration variables
git config --global user.name "Jagveer Singh" git config --global user.email "[email protected]" git config --global core.excludesfile "~/.gitignore" git config --global color.ui true