Skip to content

Instantly share code, notes, and snippets.

@FBoucher
Last active November 25, 2022 16:08
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
#Install Chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
#Install Software
choco install visualstudiocode -y
choco install git -y
choco install nodejs-lts -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment