Uses gnu stow for config management. This repo is just the collection of config files
- stow:
sudo apt install stow - git:
sudo apt install git
In home directory, run the below commands
git clone git@github.com:CrystalSpore/dotFiles.git
cd dotFiles
./run_stow.sh
cd ~
Create a new directory, the same as the program/package name. This will be the same as the argument for stow <directory_name>. Copy/Move over the config files for the program from the $HOME or $XDG_CONFIG directory into this directory, & then run the stow command.
If you go to this commit, you can browse the file system & install script from that point in time.