1 Repo
Configures specific subdirectories within a repository to serve as the root for managed configuration files.
Distinct from Source Customization: Distinct from Source Customization: focuses on defining the directory structure for configuration files rather than modifying build-time source code.
Explore 1 awesome GitHub repository matching software engineering & architecture · Source Roots. Refine with filters or upvote what's useful.
chezmoi is a command-line utility designed to manage and synchronize system configuration files across multiple machines. It uses a local Git repository as the single source of truth, allowing users to track, version, and distribute dotfiles while maintaining a consistent state across diverse operating systems and hardware architectures. The project distinguishes itself through a declarative reconciliation model that computes the difference between the current filesystem and the desired state defined in the repository. It features a robust templating engine that processes configuration files
Allows users to organize configuration files within specific subdirectories of the source repository.