From f8ffb253a84ad02c5b13f8574d11e48ab5f8d9cd Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 19 Aug 2024 12:31:30 +0200 Subject: [PATCH] chore(bin): add backup of Homebrew state --- bin/update | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/update b/bin/update index 6bf4dce..60262d4 100755 --- a/bin/update +++ b/bin/update @@ -37,3 +37,6 @@ nvim --headless "+Lazy! sync" +qa # Update macOS software sudo softwareupdate -i -a + +# Write Homebrew Brewfile +homebrew-backup