Automated PowerShell script to quickly set up a Windows development environment with essential tools for Java and web development.
You can run the script using:
powershell.exe -ExecutionPolicy Unrestricted ./install-env.ps1Note: This is optional and depends on your system's current execution policy settings.
- Docker Desktop
- Git
- Maven
- IntelliJ IDEA Community
- HeidiSQL
- Bruno
- VSCode
- Multiple JDK versions (11, 17, 21) from Eclipse Temurin
- Windows OS
- Administrator privileges
- Internet connection
- Open PowerShell as Administrator
- Run the script
- Restart computer to finalize configuration
- Chocolatey Package Manager (installed automatically)
Modify the script to add or remove tools as needed.