If forced to use windows then use WSL
Install make for the :make command.
choco install make
Install Zig to avoid compilation issues.
On Windows install Git Bash.
Install LazyDocker.
Install delta for improved diffs in LazyGit.
Install k9s.
Enable the Terraform provider cache when using Terragrunt.
export TERRAGRUNT_PROVIDER_CACHE=1
Install Flameshot and bind screenshot/snipping to Ctrl+X.
Install database clients for vim-dadbod.
choco install psql
du.choco install du
dive for inspecting Docker images.setx DOCKER_HOST npipe:////./pipe/docker_engine
dive <image-id> with private repositories.export DOCKER_BUILDKIT=1