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_BIN=~/.config/doom-emacs/bin/doom
|
||||||
DOOM_DIR_PATH=~/.config/doom-emacs-config
|
DOOM_DIR_PATH=~/.config/doom-emacs-config
|
||||||
|
|
||||||
# Synchronize personal config
|
# Upgrade Doom to the latest version (then update your packages). This is equivalent to
|
||||||
DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN sync
|
# $ git pull
|
||||||
|
# $ doom sync
|
||||||
# Upgrade packages
|
# $ doom update
|
||||||
DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN upgrade
|
DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN upgrade
|
||||||
|
|
||||||
# Delete orphaned packages & repos, and compacts them
|
# Delete orphaned packages & repos, and compacts them
|
||||||
|
11
README.org
11
README.org
@@ -349,6 +349,7 @@ stow -v -D .
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Notifications
|
* Notifications
|
||||||
|
|
||||||
** Dunst Notification Daemon
|
** Dunst Notification Daemon
|
||||||
|
|
||||||
*** Global
|
*** Global
|
||||||
@@ -6943,7 +6944,7 @@ Select the emacs configuration to use by default.
|
|||||||
doom
|
doom
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Update Script
|
*** DOOM Emacs Update Script
|
||||||
|
|
||||||
Script to synchronize and update Doom Emacs configuration.
|
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_BIN=~/.config/doom-emacs/bin/doom
|
||||||
DOOM_DIR_PATH=~/.config/doom-emacs-config
|
DOOM_DIR_PATH=~/.config/doom-emacs-config
|
||||||
|
|
||||||
# Synchronize personal config
|
# Upgrade Doom to the latest version (then update your packages). This is equivalent to
|
||||||
DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN sync
|
# $ git pull
|
||||||
|
# $ doom sync
|
||||||
# Upgrade packages
|
# $ doom update
|
||||||
DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN upgrade
|
DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN upgrade
|
||||||
|
|
||||||
# Delete orphaned packages & repos, and compacts them
|
# Delete orphaned packages & repos, and compacts them
|
||||||
|
Reference in New Issue
Block a user