stow
of the 'system' package links to files in /etc,
this can break if the /home/ is on a separate directory.
To fix that, we now assume that dotfiles
lives in /etc/
To migrate the config,
- Unlink all packages by adding -D to stow command line in the Makefile
- move
.dotfiles
to/etc/dotfiles
- remove the -D option from the makefile.
make
to stow the packages again.
- have GNU stow installed.
- clone this repo to
/etc/dotfiles
- make