#+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