From 079fe8c7e603a2586282c3992e240d3661e25462 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 31 Dec 2025 12:53:14 +0100 Subject: [PATCH] feat(update): add maintenance scripts --- bin/update | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/update b/bin/update index fdd0c32..e5563ff 100755 --- a/bin/update +++ b/bin/update @@ -35,6 +35,10 @@ fisher update # Update Neovim nvim --headless "+Lazy! sync" +qa +# Maintenance +mo clean +mo optimize + # Update macOS software sudo softwareupdate -i -a