From 4615a4a0203963bf271f1e3112c549155d0a11e1 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Thu, 1 Aug 2019 18:18:12 +0100 Subject: [PATCH] Adds base-16 colorschemes --- .gitmodules | 3 +++ shells/zsh/base16-shell | 1 + 2 files changed, 4 insertions(+) create mode 160000 shells/zsh/base16-shell diff --git a/.gitmodules b/.gitmodules index 708f0590..eeb40946 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "shells/zsh/oh-my-zsh-core"] path = shells/zsh/oh-my-zsh-core url = https://github.com/robbyrussell/oh-my-zsh.git +[submodule "shells/zsh/base16-shell"] + path = shells/zsh/base16-shell + url = https://github.com/chriskempson/base16-shell/ diff --git a/shells/zsh/base16-shell b/shells/zsh/base16-shell new file mode 160000 index 00000000..ce8e1e54 --- /dev/null +++ b/shells/zsh/base16-shell @@ -0,0 +1 @@ +Subproject commit ce8e1e540367ea83cc3e01eec7b2a11783b3f9e1