Skip to content

Instantly share code, notes, and snippets.

@erichexter
Last active August 14, 2016 18:13
Show Gist options
  • Save erichexter/fcebbea98fdacb75a36f8ae83425fe82 to your computer and use it in GitHub Desktop.
Save erichexter/fcebbea98fdacb75a36f8ae83425fe82 to your computer and use it in GitHub Desktop.
iwr https://gist.githubusercontent.com/erichexter/fcebbea98fdacb75a36f8ae83425fe82/raw/installapps.ps1 -UseBasicParsing | iex
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
choco install vcredist2015 -y
choco install googlechrome -y
choco install chefdk -y
choco install slack -y
choco install github -y
choco install visualstudio2015community -y
choco install resharper -y
choco install docker -y
enable-windowsoptionalfeature microsoft-hyper-v
enable-windowsoptionalfeature containers
# download sql developer edition
choco install linqpad -y
choco install spotify -y
choco install sysinternals -y
choco install fiddler4 -y
choco install visualstudiocode -y
choco install windowsazurepowershell -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment