Created
September 6, 2015 12:04
-
-
Save mcwienczek/6185271df757bf8b913d to your computer and use it in GitHub Desktop.
This file contains 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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Enable-RemoteDesktop | |
Update-ExecutionPolicy Unrestricted | |
Disable-UAC | |
choco install git -y | |
choco install git-credential-winstore -y | |
choco install notepadplusplus.install -y | |
choco install firefox -y | |
choco install 7zip.install -y | |
choco install sysinternals -y | |
choco install google-chrome-x64 -y | |
choco install dropbox -y | |
choco install virtualbox -y | |
choco install fiddler4 -y | |
choco install sublimetext3 -y | |
choco install sublimetext3.packagecontrol -y | |
choco install jdk8 -y | |
choco install teamviewer -y | |
choco install sourcetree -y | |
choco install visualstudio2015enterprise -y | |
choco install resharper -y | |
choco install sqlserver2014express -y | |
choco install androidstudio -y | |
choco install xamarin -y | |
choco install genymotion -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment