-
-
Save SethCalkins/5b163fc1c0ab8585e19a819b553c7a72 to your computer and use it in GitHub Desktop.
Boxstarter: Windows 10
This file contains 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
# http://boxstarter.org/package/url? | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
choco install googlechrome | |
choco install sublimetext3 | |
choco install console2 | |
choco install git.install -params '"/GitOnlyOnPath /NoAutoCrlf"' | |
choco install git-credential-winstore | |
choco install poshgit | |
choco install beyondcompare | |
choco install pscx | |
choco install fiddler4 | |
choco install baretail | |
choco install sourcetree | |
choco install 7zip | |
choco install nodejs.install | |
Install-WindowsUpdate | |
Set-ExecutionPolicy -Force Unrestricted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment