Dotfiles for GNU Guix
New machine set-up
On a new machine, dotfiles won't be in your home directory unless they were in your configuration for install to clone and apply them.
To start, clone the dotfiles while in your home directory root:
cd ~
git clone https://github.com/Lobsterrrr/dotfiles.git
Then change directory to the newly created dotfiles directory:
cd dotfiles
And run the quick set-up script:
sh link.sh
Uses (stow)[https://www.gnu.org/software/stow/] in the script to actually create the symlinks inside the .config directories
Also creates a few convenient (and ignored by git) symlinks to Guix system, channel, and home configuration files for easy access and modification via command-line.
Once set-up