Last active
July 14, 2017 00:44
-
-
Save TallOrderDev/db4656677e32885935c6ca87673e51bd to your computer and use it in GitHub Desktop.
Boxstarter Gist
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
# 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 | |
cinst adobereader | |
# 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 | |
# Fun | |
cinst spotify |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment