From b0c647009d128568c9f3bf08400d5f754cd91680 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 21 Jun 2025 21:36:16 +0300 Subject: [PATCH] docs: add shellcheck and pre-commit setup guide (#131) --- .github/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index 1c43b81..a0dbd64 100644 --- a/.github/README.md +++ b/.github/README.md @@ -16,9 +16,11 @@ see what interesting stuff you've done with it. Sharing is caring. ### First time setup 1. Clone this repository to `$HOME/.dotfiles` -2. `./install` -3. ??? -4. Profit +2. Install [shellcheck](https://github.com/koalaman/shellcheck) and [pre-commit](https://pre-commit.com/) +3. Run `pre-commit install` to enable Git hooks +4. `./install` +5. ??? +6. Profit ### Updates