Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 551 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 551 Bytes

Config files of Doom Emacs

Initial buffer

Prerequistes

  • Emacs Vanilla
  • Doom Emacs

Installing

Make a backup of your files and exclude original files.

cp -r ~/.config/doom/ ~/.config/doom-bk/
rm -rf ~/.config/doom

Make a clone this repository.

git clone [email protected]:joaobertholino/doom.git ~/.config/

Run syncronize command and run Doom Emacs.

doom sync && doom run