Skip to content

Instantly share code, notes, and snippets.

@zthxxx
Last active July 26, 2022 20:11
Show Gist options
  • Save zthxxx/51b028dab667b91f20b18b1c76494096 to your computer and use it in GitHub Desktop.
Save zthxxx/51b028dab667b91f20b18b1c76494096 to your computer and use it in GitHub Desktop.
# 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