Run the setup script from the dotfiles repo root (/Users/alex/code/dotfiles):
./set-up-symlinks.sh- Run checks:
make lint - Auto-format shell scripts:
make fmt - Enable repo hooks:
make install-hooks
The pre-commit hook runs make lint (shellcheck + shfmt + vint).
vint is intentionally scoped to a small set of maintained ftplugin/*.vim files to avoid noise from legacy Vim runtime-style scripts.