ストレージのお掃除 on macos
#memo
sudo du -sh ~/Library/* | sort -hr | head
docker, brew, npm, pip, go, xcode あたりをpurge
docker system prune -a --volumes
brew cleanup -s
npm cache clean --force
python -m pip cache purge
重い動画ファイルを削除 → find . -name "*.mp4"
Xcodeのデータ削除 → Settings > Storage > Developer
なんでもやる系のエンジニアであれば,これだけで30GBくらい減るはず