Last active
March 17, 2019 14:29
-
-
Save Alicannklc/689bb7749eb4e866214888022c7f8c4e 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
| @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
| choco feature enable -n allowGlobalConfirmation | |
| choco install vscode -fy | |
| choco install 7zip -fy | |
| choco install nodejs-lts -fy | |
| choco install yarn -fy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment