dotm-rs 2.4.0

Dotfile manager with composable roles, templates, and host-specific overrides
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod adopt;
pub mod config;
pub mod deployer;
pub mod diff;
pub mod git;
pub mod hash;
pub mod hooks;
pub mod list;
pub mod loader;
pub mod metadata;
pub mod orchestrator;
pub mod resolver;
pub mod scanner;
pub mod state;
pub mod status;
pub mod template;
pub mod vars;