From 6335fb5dd1bcc0c8b10501983e56ce68872b2217 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Wed, 08 Dec 2021 08:44:09 +0000 Subject: [PATCH] added antigen plugin manager --- Makefile | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 22f3f9e..83e60ba 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,12 @@ git submodule update --init $(STOW) -t $(HOME) $@ +.PHONY: zsh +zsh: + mkdir ~/.zsh + git clone https://github.com/zsh-users/antigen.git ~/.zsh/antigen + $(STOW) -t $(HOME) $@ + .PHONY: termux termux: shells $(STOW) -t $(HOME) $@ -- Gitblit v1.9.3