Skip to content

Instantly share code, notes, and snippets.

@fmarot
Last active August 29, 2015 14:08
Show Gist options
  • Save fmarot/42812167d6eaeb5c3f33 to your computer and use it in GitHub Desktop.
Save fmarot/42812167d6eaeb5c3f33 to your computer and use it in GitHub Desktop.
Boxstarter default utilities
# 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