aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-05-19 02:03:30 -0700
committerGravatar Tom Willemse2026-05-19 02:03:30 -0700
commita1a6c297baaa01cc7afe21ea6e7f0c5d35911bb1 (patch)
treeec2c6807331e7d3cfce2e4cedade9d6f9f3d175b
parent755b509e412f7543a833107412b24ec5142b44ee (diff)
downloadnew-dotfiles-a1a6c297baaa01cc7afe21ea6e7f0c5d35911bb1.tar.gz
new-dotfiles-a1a6c297baaa01cc7afe21ea6e7f0c5d35911bb1.zip
README: Add reminder of how to bootstrap
-rw-r--r--README.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.org b/README.org
index 64e730f..65f378e 100644
--- a/README.org
+++ b/README.org
@@ -2,3 +2,13 @@ Here is my dotfiles repository, it shows my configuration for several
programs I use.
[[file:emacs/.emacs.d/init.org][Emacs]]
+
+* bootstrap
+
+To initialize this configuration on a new system we can run this command to make sure we're running with the right context:
+
+#+begin_src sh
+ touch secrets.scm
+ guix time-machine -C channels.scm -- home reconfigure config.scm
+ guix pull
+#+end_src