From a1a6c297baaa01cc7afe21ea6e7f0c5d35911bb1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 19 May 2026 02:03:30 -0700 Subject: README: Add reminder of how to bootstrap --- README.org | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit v1.3-2-g0d8e