adjusting readme, fix forgejo runner
Some checks failed
ShellCheck / shellcheck (push) Failing after 2s

This commit is contained in:
Matthias Johnson 2026-03-03 09:32:07 -07:00
parent acb907ed84
commit 0b57169b85
2 changed files with 8 additions and 2 deletions

View file

@ -6,6 +6,6 @@ jobs:
shellcheck: shellcheck:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
- name: Run ShellCheck - name: Run ShellCheck
run: shellcheck dotgit.sh demo/demo-note.sh run: shellcheck dotgit.sh demo/demo-note.sh

View file

@ -3,7 +3,13 @@
[![ShellCheck](https://code.opennomad.com/opennomad/dotGit/actions/workflows/shellcheck.yml/badge.svg)](https://code.opennomad.com/opennomad/dotGit/actions?workflow=shellcheck.yml) [![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. 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.
Bonus: set `DOTGIT_ANYGIT=yes` and the same gg/ge aliases (without the leading dot) work across all your repos. Bonus: set `DOTGIT_ANYGIT=yes` and the same gg/ge aliases (without the leading dot) work across all your repos.