aboutsummaryrefslogtreecommitdiff
path: root/site/posts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-02 18:17:43 -0300
committerEuAndreh <eu@euandre.org>2019-06-02 18:17:43 -0300
commita438121152efca7f9107706bdedf4e6349b71a70 (patch)
treef75e1c24580a29508e20e6b9d9213abf6dc0ff3b /site/posts
parentconverge -> convergence (diff)
downloadeuandre.org-a438121152efca7f9107706bdedf4e6349b71a70.tar.gz
euandre.org-a438121152efca7f9107706bdedf4e6349b71a70.tar.xz
... (become brittle) over time
Diffstat (limited to '')
-rw-r--r--site/posts/2019-06-02-stateless-os.org2
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