add brew script

This commit is contained in:
2025-06-02 11:20:43 +02:00
parent 438f7418a2
commit 9e66e5dc34

7
bin/brew-upgrade Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -euf -o pipefail
/opt/homebrew/bin/brew update
/opt/homebrew/bin/brew bundle install --file="$1" --cleanup --zap
/opt/homebrew/bin/brew upgrade