reset modules for diversion of prezto

This commit is contained in:
Stefen Auris 2019-03-29 22:47:34 -04:00 committed by GitHub
parent 111d1f25fb
commit 29d0df6073
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

42
.gitmodules vendored
View file

@ -1,45 +1,19 @@
[submodule "Prezto"]
path = prezto/.zprezto
url = https://github.com/steveokard/prezto.git
[submodule "vim/.vim/bundle/Vundle.vim"] [submodule "vim/.vim/bundle/Vundle.vim"]
path = vim/.vim/bundle/Vundle.vim path = vim/.vim/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim.git url = https://github.com/VundleVim/Vundle.vim.git
[submodule "modules/autosuggestions/external"]
path = prezto/.zprezto/modules/autosuggestions/external
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "modules/history-substring-search/external"]
path = prezto/.zprezto/modules/history-substring-search/external
url = https://github.com/zsh-users/zsh-history-substring-search.git
[submodule "modules/syntax-highlighting/external"]
path = prezto/.zprezto/modules/syntax-highlighting/external
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "modules/completion/external"]
path = prezto/.zprezto/modules/completion/external
url = https://github.com/zsh-users/zsh-completions.git
[submodule "modules/prompt/external/powerline"]
path = prezto/.zprezto/modules/prompt/external/powerline
url = https://github.com/davidjrice/prezto_powerline.git
[submodule "modules/prompt/external/agnoster"]
path = prezto/.zprezto/modules/prompt/external/agnoster
url = https://github.com/agnoster/agnoster-zsh-theme.git
[submodule "modules/prompt/functions/pure"]
path = prezto/.zprezto/modules/prompt/external/pure
url = https://github.com/sindresorhus/pure.git
[submodule "modules/fasd/external"]
path = prezto/.zprezto/modules/fasd/external
url = https://github.com/clvv/fasd.git
[submodule "modules/prompt/external/powerlevel9k"]
path = prezto/.zprezto/modules/prompt/external/powerlevel9k
url = https://github.com/bhilburn/powerlevel9k.git
[submodule "modules/history-search-multi-word"] [submodule "modules/history-search-multi-word"]
path = prezto/.zprezto/modules/history-search-multi-word path = prezto/.zprezto/contrib/history-search-multi-word
url = https://github.com/zdharma/history-search-multi-word url = https://github.com/zdharma/history-search-multi-word
[submodule "modules/should-use/external"] [submodule "modules/should-use/external"]
path = prezto/.zprezto/modules/should-use/external path = prezto/.zprezto/contrib/should-use/external
url = https://github.com/MichaelAquilina/zsh-you-should-use.git url = https://github.com/MichaelAquilina/zsh-you-should-use.git
[submodule "modules/z/external"] [submodule "modules/z/external"]
path = prezto/.zprezto/modules/z/external path = prezto/.zprezto/contrib/z/external
url = https://github.com/sjl/z-zsh.git url = https://github.com/sjl/z-zsh.git
[submodule "modules/q/q"] [submodule "modules/q/q"]
path = prezto/.zprezto/modules/q/q path = prezto/.zprezto/contrib/q/q
url = https://github.com/cal2195/q url = https://github.com/cal2195/q
[submodule "modules/prompt/external/async"]
path = prezto/.zprezto/modules/prompt/external/async
url = https://github.com/mafredri/zsh-async.git