Skip to content

Instantly share code, notes, and snippets.

@Alicannklc
Last active March 17, 2019 14:29
Show Gist options
  • Select an option

  • Save Alicannklc/689bb7749eb4e866214888022c7f8c4e to your computer and use it in GitHub Desktop.

Select an option

Save Alicannklc/689bb7749eb4e866214888022c7f8c4e to your computer and use it in GitHub Desktop.
@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