Skip to content

Instantly share code, notes, and snippets.

@rogersilvasouza
Last active November 15, 2022 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogersilvasouza/ca86c2e2ef68b57e721819be3584c8df to your computer and use it in GitHub Desktop.
Save rogersilvasouza/ca86c2e2ef68b57e721819be3584c8df to your computer and use it in GitHub Desktop.
Update and Clean OSX
brew update && brew upgrade && brew cleanup && brew cu --all --cleanup --yes && sudo dscacheutil -flushcache && sudo killall -HUP mDNSResponder && sudo purge && sudo rm -rf ~/Library/Caches/* && sudo rm -rf ~/Library/Logs/* && clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment