aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
blob: 65f378e5cd07fa8c56207eb9a578bb6a56e147f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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