Last active
April 12, 2016 17:59
-
-
Save bradcosine/26d074e3d217c4d20b10 to your computer and use it in GitHub Desktop.
Boxstarter windows-dev script
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-ExplorerOptions -showHiddenFilesFoldersDrives -showFileExtensions | |
cinst sublimetext3 | |
cinst console-devel | |
cinst googlechrome | |
cinst firefox | |
cinst poshgit | |
cinst gow | |
cinst putty | |
cinst 7zip | |
cinst scriptcs | |
cinst nodejs | |
cinst skype | |
cinst vlc | |
cinst fiddler4 | |
cinst mremoteng | |
cinst TelnetClient -source windowsFeatures | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
cinst IIS-WebServerRole -source windowsfeatures | |
Install-ChocolateyPinnedTaskBarItem "$env:programfiles\console\console.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment