From c5e2264aa52a4a5f2b649653caa53635e0ca785b Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 7 Sep 2020 08:53:11 +0000 Subject: [PATCH] Update '.zshrc' --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index f9c283f..a803a90 100644 --- a/.zshrc +++ b/.zshrc @@ -10,6 +10,12 @@ then which exa > /dev/null || brew install exa which kubectl > /dev/null || brew install kubectl which tkn > /dev/null || brew install tektoncd/tools/tektoncd-cli + which k9s > /dev/null || brew install k9s + which helm > /dev/null || brew install helm + which go > /dev/null || brew install go + which jq > /dev/null || brew install jq + which kind > /dev/null || brew install kind + which kubectx > /dev/null || brew install kubectx brew list --cask homebrew/cask-fonts/font-open-dyslexic-nerd-font > /dev/null || brew install homebrew/cask-fonts/font-open-dyslexic-nerd-font which starship > /dev/null || brew install starship