Update '.zshrc'

This commit is contained in:
Marcus Noble 2020-09-07 08:53:11 +00:00
parent aa5f9198e0
commit c5e2264aa5
1 changed files with 6 additions and 0 deletions

6
.zshrc
View File

@ -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