My personal Arch Linux configuration. Take what you like.
These dotfiles are managed using GNU Stow.
Using stow terminology:
(sudo) make
installs every package in the Stow directory.
make stow PACKAGE=<package-name>
installs à la carte.
stow .
when--target
and--dir
is doesn't seem to work, though stowing individual packages is fine. For now, I'm using a makefile to expand a wildcard. I think there is a bug filed for this w/ Stow, but the project is abandoned?- Consider getting rid of makefiles and using .stowrc instead? Could be simpler.