Installation
Be sure to have Guile and guile-lib installed on the system. The best way is with GUIX, follow their install instructions.
guix install guile guile-lib
Then execute the install script
./install.scm
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
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