minor edit

This commit is contained in:
Matthias Johnson 2025-02-15 19:39:38 -07:00
parent 4248f52f56
commit e7b415bb0f

View file

@ -1,8 +1,8 @@
# dotGit # dotGit - 🐚 shell aliases + 🪄 dotfiles + 🧸 bare git repo
There are a lot of ways to manage your dotfiles. dotGit implements an idea that has been floating around on the internet for a while: a bare git repo for storing your dotfiles. A quick search finds [this](https://news.ycombinator.com/item?id=11070797), but there may be older sources. There are a lot of ways to manage your dotfiles. dotGit implements an idea that has been floating around on the internet for a while: a bare git repo for storing your dotfiles. A quick search finds [this post](https://news.ycombinator.com/item?id=11070797), but there may be older sources.
dotGit has modest aims dotGit has modest aims:
- 🏡 keep config files where tools expect them in `$HOME` - 🏡 keep config files where tools expect them in `$HOME`
- 🐚 stay as light and close to git and the shell as possible - 🐚 stay as light and close to git and the shell as possible
- 🚀 reduce friction and make config changes quick and convenient - 🚀 reduce friction and make config changes quick and convenient