From f86690f5bd27074a1784c65fffaaa7974c214e3d Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Thu, 23 Dec 2021 04:09:56 +0000 Subject: [PATCH] Shift from make and stow to shell script to install --- .gitmodules | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitmodules b/.gitmodules index b7db458..94e2751 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "emacs/.emacs.d"] path = emacs/.emacs.d url = https://github.com/Chizi123/.emacs.d.git +[submodule "zsh/.zsh/antigen"] + path = zsh/.zsh/antigen + url = https://github.com/zsh-users/antigen.git -- Gitblit v1.9.3