Merge branch 'main' of ssh://code.opennomad.com:2222/opennomad/dotGit
Some checks failed
ShellCheck / shellcheck (push) Failing after 3s
Some checks failed
ShellCheck / shellcheck (push) Failing after 3s
This commit is contained in:
commit
d78c338f63
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
# dotGit ::: 🪄 dotfiles + 🧸 bare git repo + 🐚 shell aliases
|
# dotGit ::: 🪄 dotfiles + 🧸 bare git repo + 🐚 shell aliases
|
||||||
### a minimal and effective approach to dotfiles (and git repos)
|
### 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)
|
||||||
|
|
||||||
[](https://code.opennomad.com/opennomad/dotGit/actions?workflow=shellcheck.yml)
|
[](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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue