my dev machine setup
Start-Process PowerShell -Verb RunAs
powershell -Command "Start-Process PowerShell -Verb RunAs
https://chrislayers.com/2021/08/01/scripting-winget/
https://chocolatey.org/install
choco install -y git --params '/NoShellIntegration /NoGuiHereIntegration /NoShellHereIntegration'
git clone https://github.com/tboeker/dev-machine.git
https://chocolatey.org/packages
https://www.damirscorner.com/blog/posts/20200221-UsingGitWithSshInWindows10.html
cd repos/github/dev-machine/wsl
chmod +x prepare.sh
./prepare.sh
wsl --install -d ubuntu
wsl --set-default ubuntu