Skip to content

Instantly share code, notes, and snippets.

@maxgfr
Created October 24, 2025 13:11
Show Gist options
  • Select an option

  • Save maxgfr/e04b875d672bf71cf93c657259427155 to your computer and use it in GitHub Desktop.

Select an option

Save maxgfr/e04b875d672bf71cf93c657259427155 to your computer and use it in GitHub Desktop.
Command to remove all cache on macos
rm -rf ~/Library/Caches/* && sudo rm -rf /Library/Caches/* /System/Library/Caches/* && killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment