Forum › Forums › General › Software › Fresh view of text editors – command and graphical variations › Reply To: Fresh view of text editors – command and graphical variations
April 21, 2026 at 5:05 pm
#202268
Moderator
I put together a script called RebuildDoomEmacs to move or remove the configuration, download the Doom Emacs configuration and install it.
Looks like this:
#!/bin/bash
mv ~/.config/doom ~/.config/doom.bak
rm -rf ~/.config/emacs
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
~/.config/emacs/bin/doom install
doom doctor
--
Brian Masinick
Alternate "Search B":
This search page