Skip to main content

plan

Function plan 

Source
pub fn plan(
    cfg: &Config,
    repo_root: &Path,
    resolver: &Resolver,
) -> Result<Plan, PlanError>
Expand description

Build a Plan from a parsed (+ include-expanded) Config.

repo_root is the directory the dotfiles repo lives in — src and src_glob fields are joined under it. resolver expands ${VAR} in destination paths.