wd and cc

-- Good good study, day day up!

Cleanup Your Disk Space

#Macos

200 多 G 的空间,说没就没。搞个开发真不容易。

清理 yarn npm 开发的 cache,这些有需要的会再次下载

1yarn cache clean
2npm cache clean

清理 gradle android 开发的 cache,这些有需要的话 android-studio 会在生成

1rm -rf ~/.gradle/

清理 xcode ios 开发的东西,这些清理掉了需要用的话 xcode 会再生成

1rm -rf ~/Library/Developer/

清理 brew 安装的软件的旧版本,这个执行之后 python 可能会不正常,执行一下 pyenv rehash 之类的命令

1brew cleanup
comments powered by Disqus