Last active
August 29, 2015 14:16
-
-
Save jdmonty/75c5d40d55d1e717d0d7 to your computer and use it in GitHub Desktop.
devenv boxstarter
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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Enable-RemoteDesktop | |
cinst git | |
choco install powershell | |
choco install sysinternals | |
cinst googlechrome | |
cinst 7zip.install | |
choco install nodejs.install | |
choco install ruby | |
choco install python | |
choco install putty | |
choco install autohotkey.portable | |
choco install sublimetext3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment