Repeatable PowerShell script for provisioning my PC
- Git:
cinst git
- Visual Studio 2017:
manual download and install
mkdir ~\src
cd ~\src
git clone https://github.com/domaindrivendev/my-pc
cd my-pc
- ./build.ps1 @{"git_global_name"="richie"; "git_global_email"="[email protected]"}