diff --git a/notes.md b/notes.md index e24e384..979a1d1 100644 --- a/notes.md +++ b/notes.md @@ -3,8 +3,8 @@ - If force is unset: Diff system's files against current state by copying them into the current state branch - Then, diff the package state against the state branch by dumping it - Else, or if no diff, continue -- Copy normal config files into correct directories -- Render and copy renderables +- Render and copy config files into correct directories +- Create config files from presets - Retrieve explicitly installed packages and remove those that are not present in goal and install those that are not present in current state diff --git a/templates/README.md b/templates/README.md index ac13077..5427ec9 100644 --- a/templates/README.md +++ b/templates/README.md @@ -1,3 +1,7 @@ # archmgr data folder archmgr is a nixos-inspired package and config manager for Arch Linux. -To function, it needs both a configuration file (or multiple) and + +To function, it needs both a configuration file (or multiple) and templates for its provided, preset configurations. +The latter reside in this folder and are a stripped-down version of the default config file. + +## Template config file