From 953c5b0da77546c666945229e0467848ce21b508 Mon Sep 17 00:00:00 2001 From: Ghasem Naddaf Date: Wed, 14 Apr 2021 12:09:08 -0700 Subject: [PATCH 1/2] install zsh-git-prompt plugin --- tools/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/install.sh b/tools/install.sh index 470ff541c..99f77c191 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -247,6 +247,9 @@ EOF dl_custom_plugins() { git clone https://github.com/zdharma/fast-syntax-highlighting.git \ ${ZSH}/custom/plugins/fast-syntax-highlighting + + git clone https://github.com/ghasemnaddaf/zsh-git-prompt \ + ${ZSH}/custom/plugins/zsh-git-prompt } main() { From a8eb3fb3af3f2c3d2b35f3d282fa316280d1e16b Mon Sep 17 00:00:00 2001 From: Ghasem Naddaf Date: Wed, 14 Apr 2021 12:10:10 -0700 Subject: [PATCH 2/2] Move custom plugins to the end --- dotfiles/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index b99afa4fc..a4e6b3c44 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 fast-syntax-highlighting docker docker-compose docker-machine helm) +plugins=(git git-extras docker docker-compose docker-machine helm fast-syntax-highlighting zsh-git-prompt) # The following lines were added by compinstall