Skip to content

Adapt project structure to use GNU stow

Leon Hillmann requested to merge stow into master

Change the project structure so that the dotfiles for specific packages are grouped into separate folders. This means that the dotfiles can be installed granularly by cloning the repository into a directory within the home directory (e. g. ~/.dotfiles) and running the stow command from that folder

cd ~/.dotfiles
stow alacritty
stow duplicity

and so on.

Merge request reports