1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2025-06-13 13:03:58 +00:00
Go to file
Thomas Luzat 727e656ceb
Implement additional alternate file directory
This introduced a proof of concept implementation for an additional
directory which contains alternate files to be linked into ~. The
default path is ~/.yadm/alt. A file ~/.yadm/alt/foo## would be linked
to ~/foo.

The directory is optional and can be overriden using the configuration
option yadm.alt, which is a path relative to ~ (e.g. .yadm/my-alt).
The command-line option --yadm-alt allows overriding the path with an
absolute path (e.g. ~/.yadm/my-alt).

Caveats: This feature is hardly tested and does not come with any tests
or documentation. It will break if yadm.alt or --yadm-alt are not
normalized paths, but may break in many other cases, too (e.g. wildcards
in path names, esoteric symlink setups or just because of bugs).
2017-10-09 15:40:39 +02:00
completion Merge pull request #79 from Mellbourn/zsh-completion 2017-08-24 18:35:17 -05:00
test Implement additional alternate file directory 2017-10-09 15:40:39 +02:00
.gitattributes Force eol=lf 2017-01-09 16:52:01 -06:00
.gitignore Ignore jekyll-created content 2016-09-07 22:35:05 -05:00
.notes.md Add notes about common release steps 2017-02-11 11:36:58 -06:00
.travis.yml Run Travis CI tests within docker container 2017-01-05 16:59:12 -06:00
bootstrap Use generic example 2017-02-08 21:06:00 -08:00
CHANGES Release 1.11.1 2017-08-23 07:28:35 -05:00
CONTRIBUTORS Release 1.11.0 2017-07-09 23:07:50 -05:00
Dockerfile Add lsb-release to testbed (to support YADM_DISTRO) 2017-07-03 16:21:06 -05:00
LICENSE Release 1.07 2017-02-10 14:53:52 -08:00
Makefile Declare PHONY targets in Makefile 2017-09-04 11:59:06 -05:00
README.md Release 1.05 2016-09-08 08:08:22 -05:00
yadm Implement additional alternate file directory 2017-10-09 15:40:39 +02:00
yadm.1 Release 1.11.1 2017-08-23 07:28:35 -05:00
yadm.md Release 1.11.1 2017-08-23 07:28:35 -05:00
yadm.spec Release 1.11.1 2017-08-23 07:28:35 -05:00

yadm - Yet Another Dotfiles Manager Build Status

Features, usage, examples and installation instructions can be found on the website.

https://thelocehiliosan.github.io/yadm/