Added app-dir override for make commands

This commit is contained in:
2023-03-07 12:49:15 -05:00
parent c5531d2460
commit 45b9e65d9c

View File

@@ -14,10 +14,10 @@ install-dots:
"$(BREW)" install dots "$(BREW)" install dots
bootstrap-minimal: bootstrap-homebrew install-dots bootstrap-minimal: bootstrap-homebrew install-dots
"$(DOTS)" install --minimal --app-dir "$(APPDIR)" "$(DOTS)" install --minimal "$(APPDIR)"
bootstrap: bootstrap-homebrew install-dots bootstrap: bootstrap-homebrew install-dots
"$(DOTS)" install --full --app-dir "$(APPDIR)" "$(DOTS)" install --full "$(APPDIR)"
# make a local zsh configuration file, to extend # make a local zsh configuration file, to extend
# the normal .zshrc for configuration that is only # the normal .zshrc for configuration that is only