Add existing directory catch to git clone steps
This commit is contained in:
parent
87a6c0cd55
commit
3851cd367c
6
Makefile
6
Makefile
|
@ -43,10 +43,10 @@ $(CONFIG_DIR) $(HOMEMANAGER_CONFIG_DIR) $(BIN_DIR):
|
|||
mkdir -p $@
|
||||
|
||||
$(CONFIG_DIR)/nvim: $(CONFIG_DIR)
|
||||
git clone $(NVIM_REPO) $@
|
||||
[ -d $@ ] && touch $@ || git clone $(NVIM_REPO) $@
|
||||
|
||||
$(CONFIG_DIR)/hypr: $(CONFIG_DIR)
|
||||
git clone $(HYPR_REPO) $@
|
||||
[ -d $@ ] && touch $@ || git clone $(HYPR_REPO) $@ | continue
|
||||
|
||||
$(CONFIG_DIR)/waybar: $(CONFIG_DIR)
|
||||
git clone $(WAYBAR_REPO) $@
|
||||
[ -d $@ ] && touch $@ || git clone $(WAYBAR_REPO) $@ | continue
|
||||
|
|
Loading…
Reference in a new issue