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
This commit is contained in:
Submodule .config/doom-emacs updated: bc32e2ec4c...c2f8476c86
Submodule .config/doom-emacs-config updated: 7f0e5c606a...cf8cc5aebf
Submodule .config/dwm-flexipatch updated: 3eddc34482...9706cb9cf7
@@ -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
|
||||
|
11
README.org
11
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
|
||||
|
Reference in New Issue
Block a user