From 4cfc7cf858d875d3febeefa8a978a6f715442f07 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Wed, 22 Dec 2021 07:55:16 +0000
Subject: [PATCH] Change antigen to a submodule
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 1b4ff23..c00e067 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@
.PHONY: zsh
zsh:
mkdir -p ~/.zsh
- [ -d "${HOME}/.zsh/antigen" ] || git clone https://github.com/zsh-users/antigen.git ~/.zsh/antigen
+ git submodule update --init
$(STOW) -t $(HOME) $@
.PHONY: termux
--
Gitblit v1.10.0