Skip to content

Instantly share code, notes, and snippets.

@syedhassaanahmed
Last active November 21, 2018 10:39
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save syedhassaanahmed/188fbdcda0c0b59ef3a6bec3c0ede5be to your computer and use it in GitHub Desktop.
Save syedhassaanahmed/188fbdcda0c0b59ef3a6bec3c0ede5be 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 anaconda3 /y
choco install azure-cli /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 intellijidea-community /y
choco install microsoft-teams /y
choco install nvm /y
choco install packer /y
choco install paint.net /y
choco install poshgit /y
choco install postman /y
choco install ServiceBusExplorer /y
choco install shotcut /y
choco install slack /y
choco install sql-server-management-studio /y
choco install sqlitebrowser /y
choco install studio3t /y
choco install visualstudiocode /y
git config --global core.editor "code --wait"
@sebagomez
Copy link

Why are you installing chocolatey with chocolatey? :)
You already installed it in the first line, right?

@syedhassaanahmed
Copy link
Author

@sebagomez Ah yes silly of me :) .. Removing it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment