From 53e828280c5d4f64dc0cd92a78bd6ec72af3ece2 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Fri, 1 Feb 2019 11:06:59 +0100 Subject: [PATCH] Add zplug --- .gitmodules | 3 +++ zplug | 1 + zplug.zsh | 6 ++++++ 3 files changed, 10 insertions(+) create mode 160000 zplug create mode 100644 zplug.zsh 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 +