Files
dotfiles/local/bin
Ismo Vuorinen 3b6ace12e9 feat(scripts): add shellspec installation to dfm (#296)
* feat(scripts): add shellspec installation to dfm

Add install-shellspec.sh script that clones shellspec to
~/.cache/shellspec and installs via make to ~/.local/bin.
Wire it into dfm install menu and the Tier 4 install-all pipeline.

* 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.

* fix(scripts): pin shellspec install to latest release tag

Use x-gh-get-latest-version to fetch the latest release tag from
GitHub and clone/checkout that specific version. Addresses supply
chain concern and normalizes --depth=1 style.

* docs(scripts): update shellspec docs to reflect release-tag pinning
2026-03-02 16:39:17 +02:00
..
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2023-08-30 20:25:16 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-04-15 15:39:01 +03:00
2025-10-13 14:14:45 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-02-14 00:08:50 +02:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-10-13 14:14:45 +03:00
2024-07-23 05:09:30 +03:00
2025-06-30 04:30:06 +03:00
2023-09-19 09:04:02 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-10-13 14:14:45 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00

Scripts

All scripts have been normalized to same code standard using shfmt. Some problematic code has been fixed per shellcheck suggestions.

Homegrown

  • dfm
  • git-dirty (based on git-extra-tools)
  • git-fsck-dirs
  • git-update-dirs
  • php-switcher
  • x-backup-folder
  • x-backup-mysql-with-prefix
  • x-check-git-attributes
  • x-clean-vendordirs
  • x-env-list
  • x-open-ports

Sourced

Script Source
x-dupes skx/sysadmin-util
x-foreach mvdan/dotfiles
x-multi-ping skx/sysadmin-util
x-ssl-expiry-date skx/sysadmin-util
x-until-error skx/sysadmin-util
x-until-success skx/sysadmin-util
x-validate-sha256-sum onnimonni
x-when-down skx/sysadmin-util
x-when-up skx/sysadmin-util