Last active
August 29, 2015 14:11
-
-
Save SgtPooki/d887eb8fed2700d4a3c6 to your computer and use it in GitHub Desktop.
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
Update-ExecutionPolicy Unrestricted | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
Disable-InternetExplorerESC | |
Disable-UAC | |
Set-TaskbarSmall | |
### development | |
## languages | |
#javascript/node | |
cinst nodejs | |
#ruby | |
cinst ruby | |
#java | |
cinst jdk jdk7 jdk8 javaruntime | |
#other languages / scripts | |
cinst autohotkey | |
## IDEs / Editors | |
cinst phpstorm atom | |
## CLI | |
cinst git gow svn git-credential-winstore | |
## Virtualization | |
cinst virtualbox vagrant | |
## browsers | |
cinst googlechrome firefox | |
### System Utilities | |
cinst 7zip f.lux markdownpad2 putty filezilla | |
### Other Apps | |
cinst teamviewer hipchat paint.net fiddler gimp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment