Last active
August 29, 2015 14:08
-
-
Save fmarot/42812167d6eaeb5c3f33 to your computer and use it in GitHub Desktop.
Boxstarter default utilities
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
# https://boxstarter.codeplex.com/wikipage?title=Quickly%20setup%20any%20machine%20with%20one%20easy%20to%20remember%20command | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
cinst altdrag | |
cinst 7zip | |
cinst GoogleChrome | |
cinst firefox | |
# cinst visualstudio2013professional | |
# cinst wixtoolset | |
cinst AstroGrep | |
cinst logexpert | |
cinst java.jdk | |
cinst javaruntime | |
cinst ant | |
cinst groovy | |
cinst maven | |
cinst gradle | |
cinst eclipse-java-luna | |
cinst notepadplusplus | |
cinst winmerge | |
cinst git | |
cinst TortoiseGit | |
cinst git-credential-winstore | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment