From ad42d4118a575f2934cb4428d8384e562dfd12cf Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Mon, 13 Dec 2021 20:36:17 +0000
Subject: [PATCH] added acme.sh

---
 Makefile |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 22f3f9e..1b4ff23 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,12 @@
 	git submodule update --init
 	$(STOW) -t $(HOME) $@
 
+.PHONY: zsh
+zsh:
+	mkdir -p ~/.zsh
+	[ -d "${HOME}/.zsh/antigen" ] || git clone https://github.com/zsh-users/antigen.git ~/.zsh/antigen
+	$(STOW) -t $(HOME) $@
+
 .PHONY: termux
 termux: shells
 	$(STOW) -t $(HOME) $@

--
Gitblit v1.10.0