mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
Added app-dir override for make commands
This commit is contained in:
4
Makefile
4
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
|
||||
|
||||
Reference in New Issue
Block a user