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