Add zplug

This commit is contained in:
crater2150 2019-02-01 11:06:59 +01:00
parent c2a46486c6
commit 53e828280c
3 changed files with 10 additions and 0 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "modules/highlight/zsh-syntax-highlighting"] [submodule "modules/highlight/zsh-syntax-highlighting"]
path = modules/highlight/zsh-syntax-highlighting path = modules/highlight/zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git url = git://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "zplug"]
path = zplug
url = https://github.com/b4b4r07/zplug

1
zplug Submodule

@ -0,0 +1 @@
Subproject commit 5336436631240778bba74a5323e76b6f77df7603

6
zplug.zsh Normal file
View file

@ -0,0 +1,6 @@
source $(zdotfile zplug/init.zsh)
zplug "MichaelAquilina/zsh-you-should-use"
zplug load