From f1ce457e1fac4440399fdd3c72c0e7f949a8e5e0 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Fri, 1 Jul 2022 16:40:43 -0400 Subject: [PATCH] Doom Emacs Update Script Fix & Submodule Updates - Update doom emacs update script to just do `upgrade` and `purge` - Update doom-emacs, doom-emacs-config, and dwm-flexipatch submodules --- .config/doom-emacs | 2 +- .config/doom-emacs-config | 2 +- .config/dwm-flexipatch | 2 +- .scripts/doom_emacs_update.sh | 8 ++++---- README.org | 11 ++++++----- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.config/doom-emacs b/.config/doom-emacs index bc32e2e..c2f8476 160000 --- a/.config/doom-emacs +++ b/.config/doom-emacs @@ -1 +1 @@ -Subproject commit bc32e2ec4c51c04da13db3523b19141bcb5883ba +Subproject commit c2f8476c8641fcc9a1371d873ed3b5924952a059 diff --git a/.config/doom-emacs-config b/.config/doom-emacs-config index 7f0e5c6..cf8cc5a 160000 --- a/.config/doom-emacs-config +++ b/.config/doom-emacs-config @@ -1 +1 @@ -Subproject commit 7f0e5c606a3f3c27e5acf85b71d72ce34aa62a16 +Subproject commit cf8cc5aebf5eee4c1da555643f8c6026d7fb0149 diff --git a/.config/dwm-flexipatch b/.config/dwm-flexipatch index 3eddc34..9706cb9 160000 --- a/.config/dwm-flexipatch +++ b/.config/dwm-flexipatch @@ -1 +1 @@ -Subproject commit 3eddc34482d1e372822b72267800ec77b9934d68 +Subproject commit 9706cb9cf7ea901fc6d63ab6ce50ed796b1e1de6 diff --git a/.scripts/doom_emacs_update.sh b/.scripts/doom_emacs_update.sh index 1383851..180c45f 100755 --- a/.scripts/doom_emacs_update.sh +++ b/.scripts/doom_emacs_update.sh @@ -3,10 +3,10 @@ DOOM_BIN=~/.config/doom-emacs/bin/doom DOOM_DIR_PATH=~/.config/doom-emacs-config -# Synchronize personal config -DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN sync - -# Upgrade packages +# Upgrade Doom to the latest version (then update your packages). This is equivalent to +# $ git pull +# $ doom sync +# $ doom update DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN upgrade # Delete orphaned packages & repos, and compacts them diff --git a/README.org b/README.org index 3f95519..ce798f3 100644 --- a/README.org +++ b/README.org @@ -349,6 +349,7 @@ stow -v -D . #+END_SRC * Notifications + ** Dunst Notification Daemon *** Global @@ -6943,7 +6944,7 @@ Select the emacs configuration to use by default. doom #+END_SRC -*** Update Script +*** DOOM Emacs Update Script Script to synchronize and update Doom Emacs configuration. @@ -6952,10 +6953,10 @@ Script to synchronize and update Doom Emacs configuration. DOOM_BIN=~/.config/doom-emacs/bin/doom DOOM_DIR_PATH=~/.config/doom-emacs-config -# Synchronize personal config -DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN sync - -# Upgrade packages +# Upgrade Doom to the latest version (then update your packages). This is equivalent to +# $ git pull +# $ doom sync +# $ doom update DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN upgrade # Delete orphaned packages & repos, and compacts them