dotfiles#
My dotfiles, managed with chezmoi.
Notes#
Dump homebrew#
brew-bundle-dump
Git secret scanning#
This repo configures a global pre-commit hook (via core.hooksPath) that
uses gitleaks to block secrets from being committed.
Repo-local commit-msg hook#
This repo has a Conventional Commits check in .githooks/commit-msg.
No repo-local core.hooksPath override is needed. Global hooks live in
~/.config/git/hooks, and the global commit-msg hook dispatches to
./.githooks/commit-msg when present.