Skip to content

Instantly share code, notes, and snippets.

@mwhitis
Last active April 5, 2016 13:40
Show Gist options
  • Save mwhitis/d2215e1850ded8a94df3 to your computer and use it in GitHub Desktop.
Save mwhitis/d2215e1850ded8a94df3 to your computer and use it in GitHub Desktop.
My Boxstarter
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableListDesktopAppsFirst
Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps -DisableUsePowerShellOnWinX
Set-TaskbarOptions -Lock -Dock Bottom
Update-ExecutionPolicy
choco install -y classic-shell
choco install -y 7zip.install
choco install -y atom
choco install -y brackets
choco install -y chrome
choco install -y cmder
choco install -y curl
choco install -y f.lux
choco install -y filezilla
choco install -y firefox
choco install -y git.install
choco install -y gitextensions
choco install -y greenshot
choco install -y jdk7
choco install -y jdk8
choco install -y jre7
choco install -y jre8
choco install -y linqpad
choco install -y mousewithoutborders
choco install -y notepadplusplus.install
choco install -y paint.net
choco install -y powershell
choco install -y procexp
choco install -y putty.install
choco install -y python
choco install -y python2
choco install -y ransack
choco install -y sourcetree
choco install -y sublimetext3
choco install -y sublimetext3.packagecontrol
choco install -y sysinternals
choco install -y vim
choco install -y virtualbox
choco install -y virtualbox.extensionpack
choco install -y visualstudiocode
choco install -y vmware-horizon-client
choco install -y winmerge
choco install -y intellijidea-ultimate -version 13.1.6
choco install -y mssqlservermanagementstudio2014express
choco install -y netbeans-jee
choco install -y nodejs.install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment