Skip to content

Instantly share code, notes, and snippets.

@melvinlee
Last active December 11, 2019 03:20
Show Gist options
  • Select an option

  • Save melvinlee/508f6c42a3d274532d56aec2a96483b3 to your computer and use it in GitHub Desktop.

Select an option

Save melvinlee/508f6c42a3d274532d56aec2a96483b3 to your computer and use it in GitHub Desktop.
## Install Chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# VS Code
choco install vscode -y
# Chrome
choco install googlechrome -y
# Utilities
choco install everything /run-on-system-startup /desktop-shortcut -y
# Docker
# choco install docker-desktop -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment