diff --git a/.gitmodules b/.gitmodules index 67375a4..a7e07e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "modules/highlight/zsh-syntax-highlighting"] path = modules/highlight/zsh-syntax-highlighting url = git://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule "zplug"] + path = zplug + url = https://github.com/b4b4r07/zplug diff --git a/zplug b/zplug new file mode 160000 index 0000000..5336436 --- /dev/null +++ b/zplug @@ -0,0 +1 @@ +Subproject commit 5336436631240778bba74a5323e76b6f77df7603 diff --git a/zplug.zsh b/zplug.zsh new file mode 100644 index 0000000..90e52ea --- /dev/null +++ b/zplug.zsh @@ -0,0 +1,6 @@ +source $(zdotfile zplug/init.zsh) + +zplug "MichaelAquilina/zsh-you-should-use" + +zplug load +