Who hasn't, after reformatting their operating system, spent a lot of time setting up a productive environment? Wasting time downloading support for multiple languages, various IDEs, and essential systems?
So, observing this, I've put together an easily installable script with the most popular tools to make installation more practical with just a few commands
So, observing this, I've put together an easily installable script with the most popular tools to make installation more practical with just a few commands
- Open Powershell as administrator
- Enable Script
- Start instalation
Set-ExecutionPolicy RemoteSignediex (iwr https://raw.githubusercontent.com/kaueMarques/EnviromentInstaller/master/scripts/win-installer.ps1).ContentExecute as sudo
sudo curl -s https://raw.githubusercontent.com/kaueMarques/EnviromentInstaller/master/scripts/linux-installer.sh | bashExecute as sudo
sudo curl -s https://raw.githubusercontent.com/kaueMarques/EnviromentInstaller/master/scripts/mac-installer.sh | bash