From 187b854fd74bdab9e800998d0efe91681eb1f4b3 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Wed, 15 Dec 2021 06:29:10 +0000
Subject: [PATCH] dynamically set vim path for EDITOR
---
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