From d9cd7821a166a0509058eebc6b1f5b34d7af28a6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 23 Jul 2025 19:26:21 +0100 Subject: [PATCH] Add README.md --- modules2/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules2/README.md diff --git a/modules2/README.md b/modules2/README.md new file mode 100644 index 00000000..48eac0a2 --- /dev/null +++ b/modules2/README.md @@ -0,0 +1,5 @@ +I'm refactoring my configuration to follow [the dendritic pattern](https://github.com/mightyiam/dendritic), inspired by . + +Rather than a large rewrite, I am incrementally refactoring my configuration in-place. + +This directory contains the modules that have been refactored, and will eventually replace the existing `modules` directory.