Last active
December 11, 2019 03:20
-
-
Save melvinlee/508f6c42a3d274532d56aec2a96483b3 to your computer and use it in GitHub Desktop.
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
| ## 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