blob: cebeeb7213be7a35469df62ec7c1b38daf117c18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#+TITLE: Managing my dotfiles
* Installation
Be sure to have Guile installed on the system. Then execute the install
script
#+begin_src bash
./install.scm
#+end_src
This will either symlink files from the home directory to the ones in this
repository or dynamically create some files in read only mode.
|