added readme

This commit is contained in:
doman 2023-07-22 14:56:42 +02:00
parent 6f870bc246
commit f01cc11249

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# Doman DOT
I stole this idea. But it works magic.
## Usage
To setup dotfiles run:
```bash
REPO_URL=git@github.com:ickyicky/dot.git
git clone --bare $REPO_URL $HOME/.dot/
alias dot="/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME"
dot config status.showUntrackedFiles no
dot restore --staged .
source $HOME/.zshrc
```
Then manage dotfiles by dot alias to git, magic!