This is a shell script to quickly setup the java development environment for a new user or for a new linux machine. This script has been tested for ubuntu versions 18 and 20. The skip provides option of skip installation for a particluar tool.
- openJDK 8
- maven(latest version)
- git
- VScode
- IntelliJ
- Docker
The script will install them automatically if they are not present on the system
- curl
- snap
- root user privlages
sudo ./spinsystem.sh
Feel free to add more tools to the script and help the community.
Raise a PR against the master.
Branch name convention: feature/added-<tool name>