Only run brew bundle on changes

bladee.bsky.social 20852597 748c7265

verified
-3
run_brew-bundle.sh
···
-
#!/usr/bin/bash
-
-
brew bundle install --global --no-upgrade
+4
run_onchange_after_brew-bundle.sh.tmpl
···
+
#!/usr/bin/bash
+
+
# Brewfile hash: {{ includeTemplate "dot_config/homebrew/Brewfile.tmpl" . | sha256sum }}
+
brew bundle install --global --no-upgrade