diff options
author | Jon Bernard <jbernard@tuxion.com> | 2016-01-15 16:10:00 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2016-01-15 16:10:00 -0500 |
commit | 4ec7ae423fcc957d3d1ee14faea54afbdc406ded (patch) | |
tree | 60b4f7d92d48bcf01006eb81fe5d1b61c135845c /tox.ini | |
parent | d82db52d14a26244635843364b7dc15c8c102da7 (diff) | |
download | dotfiles-4ec7ae423fcc957d3d1ee14faea54afbdc406ded.tar.gz dotfiles-4ec7ae423fcc957d3d1ee14faea54afbdc406ded.tar.bz2 dotfiles-4ec7ae423fcc957d3d1ee14faea54afbdc406ded.zip |
Add initial support for nesting
This feature means to replace what was called 'packages'. The old
packages implementation was only one subdirectory lower than the home
directory and quite limiting in that regard. Even worse, they had to be
configured manually in the configuration file and could not be created
from the command line.
This approach offers any depth the user specifies because the rule is:
you can only add files to the repository, not directories. So if a user
adds a directory, the effect will be that each file contained in any
portion of that directory will be moved into the repository and a
symlink created. This completely removes both manual configuration and
link ambiguity because there is always only once choice. The repository
is used to maintain the directory structure, but only the leaf nodes
(files) are symlinked in the home directory.
This also makes it easy to store other non-dotfile files in the
repository like wallpapers, fonts, music, or whatever.
Diffstat (limited to 'tox.ini')
0 files changed, 0 insertions, 0 deletions