Fix dependencies causing zsh plugins to incorrectly request updating

This commit is contained in:
Evie Litherland-Smith 2023-02-21 07:36:48 +00:00
parent ea55aa34c6
commit 40bdb20c6c

View file

@ -58,10 +58,10 @@ $(HOME_TARGETS) $(CONFIG_TARGETS) $(ZSH_TARGETS) $(SSH_TARGETS):
$(LAZY_DIR): $(LAZY_DIR):
git clone --depth 1 $(LAZY_REPO) $@ git clone --depth 1 $(LAZY_REPO) $@
$(POWERLEVEL_DIR): $(ZSH_DIR) $(POWERLEVEL_DIR):
git clone --depth 1 $(POWERLEVEL_REPO) $@ git clone --depth 1 $(POWERLEVEL_REPO) $@
$(ZSH_SYNTAX_DIR): $(ZSH_DIR) $(ZSH_SYNTAX_DIR):
git clone --depth 1 $(ZSH_SYNTAX_REPO) $@ git clone --depth 1 $(ZSH_SYNTAX_REPO) $@
$(TPM_DIR): $(TPM_DIR):