.gitmodules 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. [submodule "modules/autosuggestions/external"]
  2. path = modules/autosuggestions/external
  3. url = https://github.com/zsh-users/zsh-autosuggestions.git
  4. [submodule "modules/history-substring-search/external"]
  5. path = modules/history-substring-search/external
  6. url = https://github.com/zsh-users/zsh-history-substring-search.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/completion/external"]
  11. path = modules/completion/external
  12. url = https://github.com/zsh-users/zsh-completions.git
  13. [submodule "modules/prompt/external/powerline"]
  14. path = modules/prompt/external/powerline
  15. url = https://github.com/davidjrice/prezto_powerline.git
  16. [submodule "modules/prompt/external/agnoster"]
  17. path = modules/prompt/external/agnoster
  18. url = https://github.com/agnoster/agnoster-zsh-theme.git
  19. [submodule "modules/prompt/external/pure"]
  20. path = modules/prompt/external/pure
  21. url = https://github.com/sindresorhus/pure.git
  22. [submodule "modules/fasd/external"]
  23. path = modules/fasd/external
  24. url = https://github.com/clvv/fasd.git
  25. [submodule "modules/prompt/external/async"]
  26. path = modules/prompt/external/async
  27. url = https://github.com/mafredri/zsh-async.git
  28. [submodule "modules/prompt/external/powerlevel10k"]
  29. path = modules/prompt/external/powerlevel10k
  30. url = https://github.com/romkatv/powerlevel10k.git
  31. shallow = true