This is a collection of my personal configuration files.
The layout is suited best for GNU Stow - which is a symlink manager and can be found on the GNU Website
You can of course choose to manage it yourself :-).
git clone
the repocd
into the repo (default name is dotfiles)- run
stow <foldername>
to copy that symlink - Or run it in a loop for all of them like so:
for dir in $(ls -d */); do stow $dir ; done