Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 398 Bytes

FileCleanup.md

File metadata and controls

31 lines (15 loc) · 398 Bytes

Free disk space

Mac OSX

Easy

  • yarn clean cache
  • rm -r ~/Library/Caches/com.spotify.client/Data
  • brew cleanup -n && brew cleanup

Moderate

Ensure you have the related application closed when running these.

  • rm ~/Library/Caches/Firefox/Profiles/*/cache2/entries *

Risky

  • *rm -r ~/Library/Caches/typescript

Windows 10

Easy

Moderate

Risky