From 8581e6bcbab9eb18eb8dadb1cb42a5a0af7fb62d Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Mon, 13 Dec 2021 20:36:53 +0000 Subject: [PATCH] Merge branch 'master' into HEAD --- 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.9.3