commit 9f7310d8d9c8d7e00f1d20fb6726f66e36bdc2a9
parent 8932eb8f9f07aa92ac84ab014fd66b69bbae0a63
Author: Andrew Laack <andrew@laack.co>
Date: Sun, 26 Apr 2026 03:07:17 -0500
Fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/posts/gemini/config-files-suck.gmi b/posts/gemini/config-files-suck.gmi
@@ -22,7 +22,7 @@ The time spent understanding the DSL of the config file would likely be better s
Consider my dotfiles. There are three files in my dotfiles that don't reside in the XDG_CONFIG_HOME directory. These three files are my .bashrc, my .Xresources, and my .xinitrc files. I have these in my XDG_CONFIG_HOME directory and symlink to them from their expected locations because the programs don't respect the XDG_CONFIG_HOME directory specification. This is annoying to setup on each system I use. A simple solution to this is to not use software that doesn't respect the spec, but when Xorg and Bash don't respect the spec, it becomes a bit more difficult to do so.
-=> https://git.laack.co/dotfiles](https://git.laack.co/dotfiles My Dotfiles
+=> https://git.laack.co/dotfiles My Dotfiles
The bigger issue is that the disconnect between the configuration of software and source code results in multiple sources of information contributing to the configuration of a software program. This is annoying because to achieve the same program configuration across systems one must ensure two different locations are synchronized instead of one.