From 16f81a1ecbb6cf3e1a64a591037f4177eff33c62 Mon Sep 17 00:00:00 2001 From: Ghasem Naddaf Date: Wed, 14 Apr 2021 13:06:39 -0700 Subject: [PATCH 1/2] Update install.sh --- tools/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/install.sh b/tools/install.sh index 47e31f1b7..05722da97 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -250,6 +250,9 @@ dl_custom_plugins() { git clone https://github.com/ghasemnaddaf/zsh-git-prompt --branch plugin \ ${ZSH}/custom/plugins/zsh-git-prompt + + git clone https://github.com/superbrothers/zsh-kubectl-prompt.git \ + ${ZSH}/custom/plugins/zsh-kubectl-prompt } main() { From 445ece4a9e9438a242372774e12c5169fd303c03 Mon Sep 17 00:00:00 2001 From: Ghasem Naddaf Date: Wed, 14 Apr 2021 13:08:53 -0700 Subject: [PATCH 2/2] Update .zshrc --- dotfiles/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 25f9cf7ca..92326f5cc 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -71,7 +71,7 @@ DISABLE_UNTRACKED_FILES_DIRTY="false" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. #plugins=(git zsh-git-prompt zsh-completions fasd systemd zsh-syntax-highlighting) -plugins=(git git-extras docker docker-compose docker-machine helm fast-syntax-highlighting zsh-git-prompt) +plugins=(git git-extras docker docker-compose docker-machine helm fast-syntax-highlighting zsh-git-prompt zsh-kubectl-prompt) # The following lines were added by compinstall