Skip to content

Instantly share code, notes, and snippets.

@iCross
Last active March 26, 2023 01:11
Show Gist options
  • Save iCross/4b20f7b510f070e64dc1086d6f82fd52 to your computer and use it in GitHub Desktop.
Save iCross/4b20f7b510f070e64dc1086d6f82fd52 to your computer and use it in GitHub Desktop.
brew upgrade and cleanup
alias brew_cleanup="brew update && brew outdated --verbose && brew upgrade && brew cleanup -s --prune=all && brew cleanup && brew autoremove --dry-run"
# brew autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment