Switched from update and upgrade to just refresh.

Upgrade and update (which is a bit redundant as upgrade does an update.)
take a prohibitively long time on both of my machines. Instead I'll
manually manage that and just use refresh instead.
This commit is contained in:
James Patrick 2019-12-02 10:05:32 -05:00
parent 2cd660a4e9
commit 328a525afd

View File

@ -51,8 +51,7 @@ update:
ifeq ($(shell [ -e $(EMACSD) ] $(return_val_truthy) ), false) ifeq ($(shell [ -e $(EMACSD) ] $(return_val_truthy) ), false)
$(report) info "Emacs directory doesn't exist." $(report) info "Emacs directory doesn't exist."
else ifeq ($(FRAMEWORK), doom) else ifeq ($(FRAMEWORK), doom)
~/.emacs.d/bin/doom --yes update ~/.emacs.d/bin/doom --yes refresh
~/.emacs.d/bin/doom --yes upgrade
$(report) info "Doom updated" $(report) info "Doom updated"
else else
cd $(EMACSD) \ cd $(EMACSD) \