Skip to content

Instantly share code, notes, and snippets.

@sebagomez
Forked from syedhassaanahmed/setup-new-pc.cmd
Last active June 24, 2019 18:45
Show Gist options
  • Save sebagomez/2171d57ea108749b05a998431bef8316 to your computer and use it in GitHub Desktop.
Save sebagomez/2171d57ea108749b05a998431bef8316 to your computer and use it in GitHub Desktop.
Setup new PC
@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