From f13e42df133838ba0349e85106e941c970022fcd Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 7 Jan 2022 08:03:52 +0000 Subject: [PATCH] Added stats and stern install Signed-off-by: Marcus Noble --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 139c4ad..a4a7d59 100644 --- a/install.sh +++ b/install.sh @@ -28,11 +28,11 @@ BREW_TOOLS=( argocd bandwhich bat danielfoehrkn/switch/switch derailed/k9s/k9s dive dog duf dust exa fd fzf git-delta go helm homebrew/cask-fonts/font-open-dyslexic-nerd-font htop jq kind krew kubectl kubectx kustomize node procs progress ripgrep rs/tap/curlie rust starship - tektoncd/tools/tektoncd-cli tldr tailscale python-yq hashicorp/tap/vault + tektoncd/tools/tektoncd-cli tldr tailscale python-yq hashicorp/tap/vault stats ) CARGO_TOOLS=( macchina bottom ) NODE_TOOLS=( git-split-diffs ) -KREW_TOOLS=( gs outdated tree ) +KREW_TOOLS=( gs outdated tree stern ) echo "🔵 Installing / updating tools"