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

* Installation
Be sure to have Guile and guile-lib 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.
* 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