# taskfiles Here are some [taskfiles](https://taskfile.dev/) I use. ## Hooks Git hooks for this repo are provided. To use them, configure the `hooksPath` for the repo: ``` $ git config --local core.hooksPath .githooks ```