Skip to content

Instantly share code, notes, and snippets.

@geoffappleford
Forked from syedhassaanahmed/setup-new-pc.cmd
Last active June 17, 2020 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geoffappleford/364a42da64ea99eeed0346705a6cb233 to your computer and use it in GitHub Desktop.
Save geoffappleford/364a42da64ea99eeed0346705a6cb233 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 adobereader /y
choco install arduino /y
choco install azure-cli /y
choco install chocolatey /y
choco install chocolatey-core.extension /y
choco install docker-for-windows /y
choco install firefox /y
choco install garmin-express /y
choco install git /y
choco install googlechrome /y
choco install googlechrome-zenhub /y
choco install microsoft-teams /y
choco install mongodb /y
choco install ngrok.portable /y
choco install nodejs /y
choco install paint.net /y
choco install poshgit /y
choco install postman /y
choco install powerbi /y
choco install python /y
choco install redis /y
choco install slack /y
choco install studio3t /y
choco install sysinternals /y
choco install teamviewer /y
choco install visualstudiocode /y
choco install vlc /y
choco install windbg /y
choco install zoomit /y
choco install papercut /y
choco install firacode /y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment