Got bored, made this. Please make it better, I feel like StackShare should have made this a feature on their website.
Check it out live: http://tools.tsimastudios.com/stackshare
| :: Install choco .exe and add choco to PATH | |
| @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
| :: Install all the packages | |
| :::: Browsers | |
| choco install googlechrome -fy | |
| :::: Text editors / IDEs | |
| choco install visualstudiocode -fy | |
| :: also need to install the C# Extensions and .Net Core SDK https://www.microsoft.com/net/core#windowscmd |
Check it out live: http://tools.tsimastudios.com/stackshare