From d7661d34cd16cfc536631cf606a120b7c6d3053c Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 10 Jun 2025 22:40:46 -0500 Subject: Add initial version --- README.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.org (limited to 'README.org') diff --git a/README.org b/README.org new file mode 100644 index 0000000..f52a687 --- /dev/null +++ b/README.org @@ -0,0 +1,12 @@ +#+TILTE: dotdot +#+SUBTITLE: Programmatic dotfile manager + +* Synopsis +=dotdot= was born as a dotfile manager (though it could be used for many purposes). Fundamentally, its job is: +1. to evaluate a recipe describing e.g. how to set up =~/=, +2. check if the recipe can be executed safely, e.g. that there are no files that would be overwritten, that all necessary directories exist, +3. execute the recipe. +* Usage +Currently, =dotdot= is only intended for my personal use, so I haven’t taken time to document it or even rigorously test it. =dotdot= is provided /as is/, and currently you must read the code to understand how it works. + +I intend to write documentation for it someday, but it’s too currently too early for that. -- cgit v1.2.3