From 859804dd420284bd1a118d5da0521f77de1bb3b8 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Thu, 16 Jul 2015 19:19:25 +0200 Subject: [PATCH] Added libs --- .gitmodules | 12 ++++++++++++ lib/completions | 1 + lib/highlighting | 1 + lib/nano/syntax | 1 + lib/ohmyzsh | 1 + 5 files changed, 16 insertions(+) create mode 160000 lib/completions create mode 160000 lib/highlighting create mode 160000 lib/nano/syntax create mode 160000 lib/ohmyzsh diff --git a/.gitmodules b/.gitmodules index 1ce5c11..b609815 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,15 @@ [submodule "dotbot"] path = dotbot url = https://github.com/anishathalye/dotbot +[submodule "lib/highlighting"] + path = lib/highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting +[submodule "lib/completions"] + path = lib/completions + url = https://github.com/zsh-users/zsh-completions +[submodule "lib/nano/syntax"] + path = lib/nano/syntax + url = https://github.com/scopatz/nanorc +[submodule "lib/ohmyzsh"] + path = lib/ohmyzsh + url = https://github.com/robbyrussell/oh-my-zsh diff --git a/lib/completions b/lib/completions new file mode 160000 index 0000000..d723fe9 --- /dev/null +++ b/lib/completions @@ -0,0 +1 @@ +Subproject commit d723fe922ab43c6fc89467d5545c336a30afd2b3 diff --git a/lib/highlighting b/lib/highlighting new file mode 160000 index 0000000..3dc5741 --- /dev/null +++ b/lib/highlighting @@ -0,0 +1 @@ +Subproject commit 3dc574190071ef59054f6d693132410b37aa3ae4 diff --git a/lib/nano/syntax b/lib/nano/syntax new file mode 160000 index 0000000..6c57011 --- /dev/null +++ b/lib/nano/syntax @@ -0,0 +1 @@ +Subproject commit 6c57011c02defdb2ad964a07f5d8e02a7173cfa8 diff --git a/lib/ohmyzsh b/lib/ohmyzsh new file mode 160000 index 0000000..a207a38 --- /dev/null +++ b/lib/ohmyzsh @@ -0,0 +1 @@ +Subproject commit a207a38d634cc10441636bc4359cd8a18c502dea