Last active
March 23, 2024 04:39
-
-
Save DallasO/b32491184835b831b27cf4e32ad91427 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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