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

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

diff --git a/Makefile b/Makefile
index 22f3f9e..c00e067 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,12 @@
 	git submodule update --init
 	$(STOW) -t $(HOME) $@
 
+.PHONY: zsh
+zsh:
+	mkdir -p ~/.zsh
+	git submodule update --init
+	$(STOW) -t $(HOME) $@
+
 .PHONY: termux
 termux: shells
 	$(STOW) -t $(HOME) $@

--
Gitblit v1.9.3