Personal Homebrew tap (brew tap megabyde/casks) for casks that need a stable
tap home. It exists because tapping a live dotfiles repository couples
brew update to that repo's history. This repo never rewrites history, so
brew update can fast-forward the tap clone.
logi-options-plus-offline: Logitech Options+ from the offline installer, with a pinnedsha256. Because the download URL is versionless,brew auditsuggestssha256 :no_check; the cask keeps the pinnedsha256as an integrity check.
Download the new offline installer, then update version and sha256 together
in the cask and commit. On the workstation:
brew update
brew upgrade --cask logi-options-plus-offlineInstall the Markdown checker once, then run the local checks:
brew install markdownlint-cli
make format
make check