From 45b9e65d9c7429ec91219efac10acc7602a413ec Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 7 Mar 2023 12:49:15 -0500 Subject: [PATCH] Added app-dir override for make commands --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d4315f3..3473664 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,10 @@ install-dots: "$(BREW)" install dots bootstrap-minimal: bootstrap-homebrew install-dots - "$(DOTS)" install --minimal --app-dir "$(APPDIR)" + "$(DOTS)" install --minimal "$(APPDIR)" bootstrap: bootstrap-homebrew install-dots - "$(DOTS)" install --full --app-dir "$(APPDIR)" + "$(DOTS)" install --full "$(APPDIR)" # make a local zsh configuration file, to extend # the normal .zshrc for configuration that is only