Reply To: Fresh view of text editors – command and graphical variations

Forum › Forums › General › Software › Fresh view of text editors – command and graphical variations › Reply To: Fresh view of text editors – command and graphical variations

#202268
Brian Masinick
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