From a9a81efdcae072561fd0d29c5ea990241a5c85a0 Mon Sep 17 00:00:00 2001 From: opennomad Date: Tue, 3 Mar 2026 06:51:01 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f95fde6..a95f489 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # dotGit ::: 🪄 dotfiles + 🧸 bare git repo + 🐚 shell aliases +## a minimal and effective approach to dotfiles (and git repos) Your dotfiles are scattered across `$HOME`. You can't remember which file sets `PATH`, or where you defined that alias three months ago. `.gg PATH` greps across every tracked dotfile and drops you straight to the line. `.ge` fuzzy-finds any file by name with a live preview. Under the hood it's a [bare git repo](https://news.ycombinator.com/item?id=11070797), so files stay exactly where tools expect them and everything else is standard git. From 153cbcfb543c507c5c09465a6bd1ad83d45ecffe Mon Sep 17 00:00:00 2001 From: opennomad Date: Tue, 3 Mar 2026 06:51:46 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a95f489..23839fc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# dotGit ::: 🪄 dotfiles + 🧸 bare git repo + 🐚 shell aliases -## a minimal and effective approach to dotfiles (and git repos) +# dotGit ::: 🪄 dotfiles + 🧸 bare git repo + 🐚 shell aliases ::: a minimal and effective approach to dotfiles (and git repos) Your dotfiles are scattered across `$HOME`. You can't remember which file sets `PATH`, or where you defined that alias three months ago. `.gg PATH` greps across every tracked dotfile and drops you straight to the line. `.ge` fuzzy-finds any file by name with a live preview. Under the hood it's a [bare git repo](https://news.ycombinator.com/item?id=11070797), so files stay exactly where tools expect them and everything else is standard git.