Add strict error handling to all scripts:
- 13 scripts get `set -euo pipefail`
- install-macos-defaults.sh gets `set -uo pipefail` (without -e) because
defaults write commands may fail on newer macOS versions
- install-cargo-packages.sh: also add missing source of shared.sh
* Fix typo in replaceable helper
* chore(docs): add docstrings to `codex/rename-replacable-to-replaceable-and-update-references` (#117)
Docstrings generation was requested by @ivuorinen.
* https://github.com/ivuorinen/dotfiles/pull/116#issuecomment-2938946257
The following files were modified:
* `scripts/install-cheat-purebashbible.sh`
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>