Last active
August 29, 2015 14:09
-
-
Save cmaneu/f251f3c0b21dbf7e785d to your computer and use it in GitHub Desktop.
Boxstarter 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
# BoxStarter script | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart | |
# Basic stuff | |
choco install GoogleChrome | |
choco install vlc | |
choco install skype | |
# System tools | |
choco install fiddler4 | |
choco install sysinternals | |
choco install windirstat | |
choco install winrar | |
choco install filezilla | |
choco install vagrant | |
# Dev - Languages | |
choco install nodejs.install | |
choco install python | |
choco install ruby | |
choco install php | |
choco install mono | |
# Dev - Tools | |
choco install SublimeText3 | |
choco install SublimeText3.PackageControl | |
choco install SublimeText3.PowershellAlias | |
choco install linqpad4 .\@OpenWithToastLogo.png | |
choco install git | |
choco install git.install | |
choco install git-credential-winstore | |
choco install githubforwindows | |
choco install poshgit | |
choco install balsamiqmockups.install | |
choco install yeoman | |
choco install dotPeek | |
choco install SourceCodePro | |
choco install SQLite | |
choco install sqlite.shell | |
choco install gitversion.portable | |
# Visual Studio tools | |
choco install resharper | |
choco install VS2013.PowerTools | |
choco install editorconfig.vs | |
choco install visualstudio2013-webessentials.vsix | |
## Non unattended install | |
choco install markdownpad2 | |
choco install truecrypt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment