I tend to setup and teardown my dev environments quite frequently. So I have created this setup.sh script to automate setting up the dev environment with my preferences.
This script -
- Installs
curl,git,net-tools, andtree. - Installs
build-essentialpackage which installsgcc,g++and some other libs. - Installs the latest
openjdkandmaven. - Installs
python3and some required libraries (I use them pretty often). - Installs
nodejs12 globally. Then installsNode Version Managerand installs all LTS versions.