From 18732d84e94eeb6ae673130e3b859f70ee3d0adf Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Thu, 16 Jan 2025 07:33:26 +0000 Subject: [PATCH] Added new Krew plugins - explore and blame Signed-off-by: Marcus Noble --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c4d0ac1..8e43b7a 100644 --- a/install.sh +++ b/install.sh @@ -47,7 +47,7 @@ MAC_BREW_TOOLS=( ) CARGO_TOOLS=( bottom ) NODE_TOOLS=( git-split-diffs ) -KREW_TOOLS=( gs outdated tree stern ) +KREW_TOOLS=( gs outdated tree stern explore blame ) APT_TOOLS=( zsh gcc ) echo "🔵 Installing / updating tools"