From 29d0df60734d81a4c10fff4139a50d5405401413 Mon Sep 17 00:00:00 2001 From: steveokard Date: Fri, 29 Mar 2019 22:47:34 -0400 Subject: [PATCH] reset modules for diversion of prezto --- .gitmodules | 42 ++++++++---------------------------------- 1 file changed, 8 insertions(+), 34 deletions(-) diff --git a/.gitmodules b/.gitmodules index 67c3e02..0c80104 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,45 +1,19 @@ +[submodule "Prezto"] + path = prezto/.zprezto + url = https://github.com/steveokard/prezto.git [submodule "vim/.vim/bundle/Vundle.vim"] path = vim/.vim/bundle/Vundle.vim 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"] - 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 [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 [submodule "modules/z/external"] - path = prezto/.zprezto/modules/z/external + path = prezto/.zprezto/contrib/z/external url = https://github.com/sjl/z-zsh.git [submodule "modules/q/q"] - path = prezto/.zprezto/modules/q/q + path = prezto/.zprezto/contrib/q/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 +