diff options
Diffstat (limited to '')
-rw-r--r-- | site/posts/2019-06-02-stateless-os.org | 2 |
1 files changed, 1 insertions, 1 deletions
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 |