Last active
November 25, 2022 16:08
-
-
Save FBoucher/f60d72fb8e77d0cfb278361b5966c03a to your computer and use it in GitHub Desktop.
This file contains 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')) | |
#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