Files
dotfiles/scripts/install-shellspec.md
Ismo Vuorinen 9584b2ccd1 fix(scripts): address PR review feedback for shellspec installer
Add companion install-shellspec.md documentation file to match
codebase convention. Add --depth=1 to git pull for consistent
shallow clone behavior.
2026-03-02 02:30:19 +02:00

384 B

install-shellspec

Installs shellspec, a BDD-style testing framework for shell scripts.

Usage

scripts/install-shellspec.sh

The script clones shellspec to ~/.cache/shellspec and runs make install PREFIX=$HOME/.local, placing the binary in ~/.local/bin/. Re-running the script pulls the latest version and reinstalls.