aboutsummaryrefslogtreecommitdiffstats
path: root/readme.org
blob: 851a37306deb4d73819f1ce6e52e2e0016150be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#+TITLE: Managing my dotfiles

* Installation
Be sure to have Guile and guile-lib installed on the system.
The best way is with GUIX, follow their install instructions.

#+begin_src bash
guix install guile guile-lib
#+end_src

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.
* Bootstrapping
Download the latest snapshot and install from there
#+begin_src bash
curl https://git.oscarnajera.com/dotfiles/snapshot/dotfiles-master.tar.gz --output dotfiles.tar.gz
tar -zxvf dotfiles.tar.gz
cd dotfiles-master
./install.scm
#+end_src