Skip to content

Instantly share code, notes, and snippets.

@jamesrcounts
Last active March 30, 2022 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesrcounts/28efbad50f7460ef271df1ca7763cdbb to your computer and use it in GitHub Desktop.
Save jamesrcounts/28efbad50f7460ef271df1ca7763cdbb to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy -Force RemoteSigned -Scope CurrentUser
Install-WindowsUpdate
choco install Microsoft-Hyper-V-All -source windowsFeatures
choco install Microsoft-Windows-Subsystem-Linux -source windowsfeatures
choco install VirtualMachinePlatform -source WindowsFeatures
choco feature enable -n allowGlobalConfirmation
choco install vscode
choco install firacode
choco install azure-cli
choco install sysinternals
choco install terraform
choco install git --params "/NoAutoCrlf /Editor:VisualStudioCode"
choco install gh
wsl --update
wsl --shutdown
wsl --install -d ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment