mirror of
https://github.com/TheLocehiliosan/yadm
synced 2025-06-13 13:03:58 +00:00
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). |
||
---|---|---|
.. | ||
000_unit_syntax.bats | ||
001_unit_paths.bats | ||
002_unit_gpg_program.bats | ||
003_unit_git_program.bats | ||
004_unit_bootstrap_available.bats | ||
005_unit_set_operating_system.bats | ||
006_unit_query_distro.bats | ||
007_unit_parse_encrypt.bats | ||
100_accept_version.bats | ||
101_accept_help.bats | ||
102_accept_clean.bats | ||
103_accept_git.bats | ||
104_accept_init.bats | ||
105_accept_clone.bats | ||
106_accept_config.bats | ||
107_accept_list.bats | ||
108_accept_alt.bats | ||
109_accept_encryption.bats | ||
110_accept_perms.bats | ||
111_accept_wildcard_alt.bats | ||
112_accept_bootstrap.bats | ||
113_accept_jinja_alt.bats | ||
114_accept_enter.bats | ||
115_accept_introspect.bats | ||
116_accept_cygwin_copy.bats | ||
117_accept_hooks.bats | ||
118_accept_assert_private_dirs.bats | ||
common.bash | ||
ownertrust.txt | ||
test_key |