From f20ce37c151d1d362a9d1ea8dece58134b4f0a8a Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 8 Dec 2024 12:00:48 +1300 Subject: [PATCH] Improve flow for setting up doom. --- setup.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.org b/setup.org index 9c215ce..8cd91ec 100644 --- a/setup.org +++ b/setup.org @@ -106,8 +106,15 @@ An integral part of my development workflow is [[https://github.com/doomemacs/do #+NAME: Install and configure doom #+BEGIN_src tmux +# Install doom emacs git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs ~/.config/emacs/bin/doom install + +# Copy in my configuration +cp /home/${USER}/Documents/doom/* /home/${USER}/.config/doom/ + +# Doom sync to finalise +doom sync #+END_SRC Included in this repository is a ~doom/~ subdirectory which layers my personal preferences on top of doom.