Execute this script to initialize a new development machine.
$Script = Invoke-RestMethod https://raw.githubusercontent.com/whosenbocus/init_dev_machine/master/InitializeDevMachine.ps1; Invoke-Expression $($Script)
Review the content of this script before you run it.
- Validation
Thanks to https://github.com/crutkas for the initial WinGet Download script