From acb907ed840b4d98438a419b2b99cf79fb245dd9 Mon Sep 17 00:00:00 2001 From: Matthias Johnson Date: Tue, 3 Mar 2026 08:24:17 -0700 Subject: [PATCH] cleanup --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b0dac9b..1c09e02 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # 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) - [![ShellCheck](https://code.opennomad.com/opennomad/dotGit/actions/workflows/shellcheck.yml/badge.svg)](https://code.opennomad.com/opennomad/dotGit/actions?workflow=shellcheck.yml) Dotfiles are scattered across `$HOME`. Can't remember where you set the `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 behind some aliases.