From a438121152efca7f9107706bdedf4e6349b71a70 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Jun 2019 18:17:43 -0300 Subject: ... (become brittle) over time --- site/posts/2019-06-02-stateless-os.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site') diff --git a/site/posts/2019-06-02-stateless-os.org b/site/posts/2019-06-02-stateless-os.org index 057147f..84659d8 100644 --- a/site/posts/2019-06-02-stateless-os.org +++ b/site/posts/2019-06-02-stateless-os.org @@ -47,7 +47,7 @@ checkout = #+END_SRC This way when I clone this repo again the email sending is already pre-configured. -This works well enough, but the solution is too imperative, and my =checkout= phases tend to become brittle if not enough care is taken. +This works well enough, but the solution is too imperative, and my =checkout= phases tend to become brittle over time if not enough care is taken. *** GNU Stow For my home profile and personal configuration I already have a few dozens of symlinks that I manage manually. This has worked so far, but the solution is sometimes fragile and [[https://git.sr.ht/~euandreh/dotfiles/tree/316939aa215181b1d22b69e94241eef757add98d/bash/symlinks.sh#L14-75][not declarative at all]]. I wonder if something like [[https://www.gnu.org/software/stow/][GNU Stow]] can help me simplify this. ** Conclusion -- cgit v1.2.3