Last active
August 14, 2016 18:13
-
-
Save erichexter/fcebbea98fdacb75a36f8ae83425fe82 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
iwr https://gist.githubusercontent.com/erichexter/fcebbea98fdacb75a36f8ae83425fe82/raw/installapps.ps1 -UseBasicParsing | iex | |
This file contains hidden or 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
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