Install anything you want from Home Setup

  1. If forced to use windows then use WSL

  2. Install make for the :make command.

    • Windows
      choco install make
      
  3. Install Zig to avoid compilation issues.

    • Reference: https://ziglang.org/learn/getting-started/#installing-zig
  4. On Windows install Git Bash.

  5. Install LazyDocker.

  6. Install delta for improved diffs in LazyGit.

  7. Install k9s.

  8. Enable the Terraform provider cache when using Terragrunt.

    export TERRAGRUNT_PROVIDER_CACHE=1
    
  9. Install Flameshot and bind screenshot/snipping to Ctrl+X.

    • Reference
    • Shortcut name: Screen Shot
    • Shortcut value: /home/piegarden/.config/nvim/screenshot.sh
    • Shortcut key map: ctrl+x
  10. Install database clients for vim-dadbod.

  1. On Windows install du.
choco install du
  1. Install dive for inspecting Docker images.
  1. Enable Docker BuildKit.
export DOCKER_BUILDKIT=1

References