OS X El Capitan にバージョンアップした後にやったこと
備忘録的なメモ
Xcode Command Line Tools インストール
Xcode メニューから [Open Developer Tool] -> [More Developer Tools] を選択し、Apple Developer から Command Line Tools (OS X 10.11) for Xcode 7.1 をダウンロード、インストール
Homebrew & Homebrew Cask パーミッション変更
下記エラー対応のため、パーミッション変更
Error: The /usr/local directory is not writable. Even if this directory was writable when you installed Homebrew, other software may change permissions on this directory. Some versions of the "InstantOn" component of Airfoil are known to do this.
マルチユーザ対応のため、以下の感じでパーミッション変更
$ sudo chown -R root:staff /usr/local $ sudo chmod -R 775 /usr/local $ sudo chown -R root:staff /opt/homebrew-cask $ sudo chmod -R 775 /opt/homebrew-cask
その他
- メモリ解放アプリをやめて、"sudo purge" の定期実行に変更