Skip to content

Instantly share code, notes, and snippets.

@pinzolo
Last active March 8, 2016 07:41
Show Gist options
  • Save pinzolo/19ecdc449c6bd4bbd95d to your computer and use it in GitHub Desktop.
Save pinzolo/19ecdc449c6bd4bbd95d to your computer and use it in GitHub Desktop.
容量確保のために走らせたコマンド
# parallels のログ削除
$ sudo rm /Library/Logs/parallels.*
# homebrew の不要ファイル削除
$ brew cleanup
# キャッシュの削除
$ sudo rm -dfR /System/Library/Caches/* /Library/Caches/* ~/Library/Caches/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment