.gitmodules 1.0 KB

123456789101112131415161718192021
  1. [submodule "modules/history-substring-search/external"]
  2. path = modules/history-substring-search/external
  3. url = https://github.com/zsh-users/zsh-history-substring-search.git
  4. [submodule "modules/completion/external"]
  5. path = modules/completion/external
  6. url = https://github.com/zsh-users/zsh-completions.git
  7. [submodule "modules/syntax-highlighting/external"]
  8. path = modules/syntax-highlighting/external
  9. url = https://github.com/zsh-users/zsh-syntax-highlighting.git
  10. [submodule "modules/prompt/external-themes/pure"]
  11. path = modules/prompt/external-themes/pure
  12. url = https://github.com/sindresorhus/pure.git
  13. [submodule "modules/prompt/external-themes/liquidprompt"]
  14. path = modules/prompt/external-themes/liquidprompt
  15. url = https://github.com/nojhan/liquidprompt.git
  16. [submodule "modules/prompt/external-themes/lean"]
  17. path = modules/prompt/external-themes/lean
  18. url = https://github.com/miekg/lean
  19. [submodule "modules/autosuggestions/external"]
  20. path = modules/autosuggestions/external
  21. url = https://github.com/zsh-users/zsh-autosuggestions.git