Last active
March 30, 2022 03:02
-
-
Save jamesrcounts/28efbad50f7460ef271df1ca7763cdbb 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
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