Skip to content

Instantly share code, notes, and snippets.

@drewhaines
Last active July 11, 2017 21:28
Show Gist options
  • Save drewhaines/028bb3c2909506a23a6c5155b2004387 to your computer and use it in GitHub Desktop.
Save drewhaines/028bb3c2909506a23a6c5155b2004387 to your computer and use it in GitHub Desktop.
boxstarter-windows-dev
# As described here: http://boxstarter.org/Learn/WebLauncher
# The command to run, built from the RAW link of this gist
# START http://boxstarter.org/package/url?https://gist.githubusercontent.com/bgriswold/c0353b081173f5a9648ad32f96533db1/raw/
# Windows configuration. See http://boxstarter.org/WinConfig
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Enable-RemoteDesktop
Install-WindowsUpdate -AcceptEula
Enable-MicrosoftUpdate
Update-ExecutionPolicy
# Install applications
# See: https://chocolatey.org/packages for what you can install
# cinst Microsoft-Hyper-V-All -source windowsfeatures
# cinst IIS-WebServerRole -source windowsfeatures
# Basic office tools
# cinst officeproplus2016
cinst atom --ignore-checksums
cinst googlechrome
cinst firefox
cinst googledrive --ignore-checksums
cinst foxitreader
cinst paint.net --ignore-checksums
cinst gimp
# Development
cinst git --ignore-checksums
cinst git-credential-manager-for-windows --ignore-checksums
cinst visualstudio2017community --ignore-checksums
cinst jre8 --ignore-checksums
cinst nodejs.install --ignore-checksums
cinst conemu
cinst winmerge --ignore-checksums
cinst resharper --ignore-checksums
cinst filezilla
cinst ruby
cinst curl
# Utilities
cinst 7zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment