dodot-lib 4.0.0

Core library for dodot dotfiles manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[header]Plist git-filter configuration[/header]

[desc]Add to [item].git/config[/item] (per clone, per machine{% if installed_in_git_config %} — [item]already installed[/item]{% endif %}):[/desc]

{% for line in config_block_lines %}    {{ line }}
{% endfor %}
[desc]Add to [item].gitattributes[/item] (committed in the repo{% if bound_in_gitattributes %} — [item]already present[/item]{% endif %}):[/desc]

{% for line in gitattributes_lines %}    {{ line }}
{% endfor %}

[desc]Repo: [item]{{ repo_root }}[/item]

Run [example]dodot git-install-filters[/example] to install the .git/config block automatically.[/desc]