A small fortune file of team “isms” plus a quick install script that shows one at shell startup.
curl -fsSL https://raw.githubusercontent.com/DogsbodyOps/isms/refs/heads/main/isms_deploy.sh | bashThe installer:
- creates
~/.isms - downloads the latest
ismsfortune file - runs
strfileto build the index - appends a guarded block to
~/.bashrcthat refreshes daily and prints:
fortune "$HOME/.isms/isms" | cowsayfortunestrfile(usually included with fortune packages)cowsaycurlbash
When editing /home/runner/work/isms/isms/isms:
-
Keep
%as the separator between entries. -
Keep a trailing
%at the end of the file. -
Rebuild the index file:
strfile -c % isms isms.dat
fortune /home/runner/work/isms/isms/isms | cowsay