gemini.git

going-flying.com gemini git repository

summary

tree

log

refs

615d59f0ead36999406daa703a82350f230978ed - Matthew Ernisse - 1657544269

a little grammar and reflow

view tree

view raw

diff --git a/users/mernisse/articles/23.gmi b/users/mernisse/articles/23.gmi
index ed1ebdb..64e24a5 100644
--- a/users/mernisse/articles/23.gmi
+++ b/users/mernisse/articles/23.gmi
@@ -3,14 +3,14 @@ Title:		Shell Quickie: Trying Emacs, dotfile update
 Date:		05/04/2021 14:58
 
 ## Managing Environments
-A tremendous has been written (both in natural languages and in software) about
-managing the various configuration files that follow you and I around systems.
-This is usually a *nix problem but as more and more tools migrate over to
-Windows I suspect it will become essentially pervasive.  In my case I wrote a
-function in my .profile that relies on a git post-receive hook to allow 
-automatic updates of my .profile and several associated files.  I find this
-really helpful as it also means I can bootstrap my environment this way (it handles
-absence as a signal to update).
+A tremendous amount has been written (both in natural languages and in
+software) about managing the various configuration files that follow you
+and I around systems.  This is usually a *nix problem but as more and more
+tools begin to include Windows I suspect it will become essentially pervasive. 
+In my case I wrote a function in my .profile that relies on a git post-receive
+hook to allow automatic updates of my .profile and several associated files. 
+I find this really helpful as it also means I can bootstrap my environment
+this way (it handles absence as a signal to update).
 
 => 14.gmi Breakdown of my .profile