Last active
July 26, 2022 20:11
-
-
Save zthxxx/51b028dab667b91f20b18b1c76494096 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
# delect all brew (and cask) cache | |
rm -rf "$(brew --cache)" | |
# update all brew (and cask) formulae from repo | |
# /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula | |
# /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask/Casks | |
brew update -v | |
# brew upgrade single terminal command | |
brew upgrade proxychains-ng | |
# cask upgrade single app | |
brew cask install --force adobe-creative-cloud |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment