Skip to content

Verification

Maleick edited this page May 4, 2026 · 1 revision

Verification

Run the maintained smoke wrapper from the repo root:

./scripts/verify-suite.sh

The wrapper validates installer syntax, script-location path resolution, zsh syntax, tmux config load, tmux clipboard fallback, Vim startup, and documentation surface contracts.

Useful focused checks:

bash -n install.sh
zsh -n zsh/.zshrc
vim -Nu vim/.vimrc -n -es -c 'qa!'

Clone this wiki locally