adjusting readme, fix forgejo runner
Some checks failed
ShellCheck / shellcheck (push) Failing after 2s
Some checks failed
ShellCheck / shellcheck (push) Failing after 2s
This commit is contained in:
parent
acb907ed84
commit
0b57169b85
2 changed files with 8 additions and 2 deletions
|
|
@ -6,6 +6,6 @@ jobs:
|
|||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Run ShellCheck
|
||||
run: shellcheck dotgit.sh demo/demo-note.sh
|
||||
|
|
|
|||
|
|
@ -3,7 +3,13 @@
|
|||
|
||||
[](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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue