dots/README.md
2025-09-25 21:39:42 +10:00

11 lines
202 B
Markdown

# dots
## build
### `keep-sorted` pre-commit hook
copy the pre-commit hook to `.git/hooks`
```bash
cp .pre-commit .git/hooks/pre-commit
```
make it executable
```bash
chmod +x .git/hooks/pre-commit
```