Backing up my Doom Emacs config on Termux

*
planted: 19/04/2024last tended: 19/04/2024

I use Doom Emacs on Termux. (See Setting up Doom Emacs in termux on Android).

1. Why?

Backing up is always a good idea. And I've spent enough time configuring it now that it would be a pain to have to redo it.

Also, although it's for Doom running on my phone, I'd like the option of editing it from my laptop, so it'd be good to sync it there.

2. How?

I guess I'll just create a git repo of the .doom.d folder. Or, perhaps, I should add it to my dotfiles repo? Yeah, that probably makes sense. (Even though I've not using the majority of those dotfiles on Termux?)

That'll do for now. But I do wonder how I pull in changes to Doom's defaults for the files in there.

OK, I did the following:

cd ~
git clone https://github.com/ngm/dotfiles
mv .doom.d ~/dotfiles/doom.d
ln -s dotfiles/doom.d .doom.d
cd dotfiles

Setup my gitlab ssh key on termux… then:

git add . && git commit -m "Add doom dotfiles for termux" && git push

3. Elsewhere

3.1. In my garden

Notes that link to this note (AKA backlinks).

3.3. Mentions

Recent changes. Source. Peer Production License.