Skip to content

Instantly share code, notes, and snippets.

View dominikbulaj's full-sized avatar

Dominik Bułaj dominikbulaj

View GitHub Profile
@flaxel
flaxel / update_mac.sh
Last active May 16, 2026 10:52
Update all homebrew formulae
#!/bin/sh
# fetch new versions of Homebrew + all formulae
brew update
# upgrade outdated formulae + casks
brew upgrade --greedy
# remove outdated downloads for all formulae + casks
brew cleanup