summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-09-16 15:41:20 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-09-16 15:41:20 +0100
commit4d675b1c764402d120fa49739594ae818b38ae3e (patch)
tree821edc6434c57498ebab26dc2ad6d0978c33bb04
parentb920816216cb161449dcf03ffe964c667c7b36c2 (diff)
Add zgen as submodule
-rw-r--r--.gitmodules3
-rw-r--r--.zsh/Makefile3
m---------.zsh/zgen0
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 4025b5d..b79c5be 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule ".vim/vim-plug"]
path = .vim/vim-plug
url = https://github.com/junegunn/vim-plug
+[submodule ".zsh/zgen"]
+ path = .zsh/zgen
+ url = https://github.com/tarjoilija/zgen
diff --git a/.zsh/Makefile b/.zsh/Makefile
index 3593740..0c0aa7f 100644
--- a/.zsh/Makefile
+++ b/.zsh/Makefile
@@ -9,5 +9,8 @@ $(HOME)/.zshrc :
$(HOME)/.zsh :
rm -f $@ && ln -s $(PWD) $@
+$(HOME)/.zgen :
+ rm -f $@ && ln -s $(PWD)/zgen $@
+
clean :
rm -f $(TARGETS)
diff --git a/.zsh/zgen b/.zsh/zgen
new file mode 160000
+Subproject 415fc8f96e95ebdd471c5b52d091728aa0a86ba