Skip to content

Instantly share code, notes, and snippets.

@chrishuan9
Created December 3, 2022 23:59
Show Gist options
  • Save chrishuan9/1a11fc0ca922bc707842f39a6cbf8412 to your computer and use it in GitHub Desktop.
Save chrishuan9/1a11fc0ca922bc707842f39a6cbf8412 to your computer and use it in GitHub Desktop.
brew - upgrade casks
for cask in $(brew list --cask); do brew upgrade --cask $cask; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment