- Install package manager
chocolately
use powershell.exe and run:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
([official instructions here] (https://chocolatey.org/install#individual))
- Install
gitvia newly installed package manager
choco install git -params '"/GitAndUnixToolsOnPath"'
(from these instructions which inc workaround for path issue)
- Install Docker Desktop for Windows
choco install docker
(also see [this] (https://hub.docker.com/editions/community/docker-ce-desktop-windows/))