Skip to content

Instantly share code, notes, and snippets.

@jballe
Last active May 24, 2019 12:23
Show Gist options
  • Save jballe/e5bfe97db4a40c88f50bf4999753042b to your computer and use it in GitHub Desktop.
Save jballe/e5bfe97db4a40c88f50bf4999753042b to your computer and use it in GitHub Desktop.
Workstation chocolatey
# Install chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# Install packages
choco feature enable -n allowGlobalConfirmation
choco install git.install --params "/GitOnlyOnPath /SChannel /WindowsTerminal /NoShellIntegration /NoShellIntegration"
choco install vscode --params "/NoDesktopIcon"
choco install `
postman `
putty `
slack `
zulu `
brave `
firefox `
sql-server-management-studio `
dropbox `
gpg4win-light `
dockerdesktop `
plantuml `
paint.net `
inkscape `
scribus `
ghostscript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment