-
-
Save sebagomez/2171d57ea108749b05a998431bef8316 to your computer and use it in GitHub Desktop.
Setup new PC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
choco install 7zip /y | |
choco install docker-for-windows /y | |
choco install dotpeek /y | |
choco install git /y | |
choco install git-desktop /y | |
choco install googlechrome /y | |
choco install brave /y | |
choco install mousewithoutborders /y | |
choco install ngrok.portable /y | |
choco install postman /y | |
choco install sliksvn /y | |
choco install sumatrapdf /y | |
choco install sysinternals /y | |
choco install tortoisesvn /y | |
choco install visualstudiocode /y | |
choco install vlc /y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment