Skip to content

Instantly share code, notes, and snippets.

@DallasO
Last active March 23, 2024 04:39
Show Gist options
  • Save DallasO/b32491184835b831b27cf4e32ad91427 to your computer and use it in GitHub Desktop.
Save DallasO/b32491184835b831b27cf4e32ad91427 to your computer and use it in GitHub Desktop.
# Shell aliases specific for Macs
# Upgrade all brew applications while deferring the automatic cache cleanup until after all upgrades are complete
alias brew-upgrade='export HOMEBREW_NO_INSTALL_CLEANUP=1 ; brew update && brew upgrade && brew upgrade --cask ; brew cleanup' ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment