Skip to content

Instantly share code, notes, and snippets.

@lholman
Last active December 11, 2019 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lholman/32ab14d579a77c36a6e4 to your computer and use it in GitHub Desktop.
Save lholman/32ab14d579a77c36a6e4 to your computer and use it in GitHub Desktop.
Basic Windows BoxStarter Script
#http://boxstarter.org/package/nr/url?
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
choco install Microsoft-Hyper-V-All -source windowsFeatures
choco install googlechrome
choco install dropbox
choco install 1password
choco install wunderlist
choco install notepadplusplus
choco install MicrosoftSecurityEssentials
choco install git
choco install poshgit
choco install githubforwindows
choco install adobereader
choco install beyondcompare
choco install 7zip
choco install slack
choco install visualstudiocode
choco install awscli
choco install aws-vault
choco install terraform --version=0.11.13
choco install docker-desktop
choco install google-drive-file-stream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment