Skip to content

Instantly share code, notes, and snippets.

@HenryQW
Created August 28, 2022 17:41
Show Gist options
  • Save HenryQW/bbc4d30d10713b10d5437d5935c42ec0 to your computer and use it in GitHub Desktop.
Save HenryQW/bbc4d30d10713b10d5437d5935c42ec0 to your computer and use it in GitHub Desktop.
brew update on the fly, and also keeps Dock app states.
function brewski() {
defaults export com.apple.dock ~/dockstate
brew update && brew upgrade --greedy && brew upgrade --cask --greedy && brew cleanup
defaults import com.apple.dock ~/dockstate
killall Dock
rm ~/dockstate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment