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-essential
package which installsgcc
,g++
and some other libs. - Installs the latest
openjdk
andmaven
. - Installs
python3
and some required libraries (I use them pretty often). - Installs
nodejs
12 globally. Then installsNode Version Manager
and installs all LTS versions.