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() {