Skip to content

Instantly share code, notes, and snippets.

View Caldazar87's full-sized avatar

Igor Ivanovic Caldazar87

View GitHub Profile
:: Install choco .exe and add choco to PATH
:: https://chocolatey.org/install
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))"
:: Install all the packages
:: choose: visual studio, office, .net core, .net, rider tools
:: Dev tools
choco install python -y
choco install git.install -y