Skip to content

Instantly share code, notes, and snippets.

@brucevanhorn2
Created November 4, 2021 21:55
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 brucevanhorn2/8ccfbbf97195286690e01e3d749998e4 to your computer and use it in GitHub Desktop.
Save brucevanhorn2/8ccfbbf97195286690e01e3d749998e4 to your computer and use it in GitHub Desktop.
# sets up a PC for full stack boot camp at SMU
# assumes you have chocolatey installed
# https://chocolatey.org/
# at this point it doesn't install EVERYTHING, just the basics. no databases yet.
ssh-keygen -N <change-to-actual-password-before-running> -f C:\Users\<insert user name here>\.ssh\id_rsa
wsl --install -d Ubuntu-20.04
choco install -Force -y visualstudio2019buildtools
choco install -Force -y brave
choco install -Force -y git
choco install -Force -y vscode
choco install -Force -y nodejs
choco install -Force -y microsoft-windows-terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment