go install sigs.k8s.io/kind@v0.32.0
If forced to use windows then use WSL
Install make for the :make command.
Windows
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.
Windows
choco install psql
On Windows install du.
choco install du
Install dive for inspecting Docker images.
Windows: set
setx DOCKER_HOST npipe:////./pipe/docker_engine
Use dive <image-id> with private repositories.
Enable Docker BuildKit.
export DOCKER_BUILDKIT=1