Yosemiteをクリーンインストールしたメモ


option押しながら電源ONしてもリカバリが表示されないため、インストールディスクを作ることにした。

Command + r でリカバリ起動とのこと。

インストールディスク作成

  • 10.10にて作業。
  • 外付けHDDのPATHを /Volume/install とする。
  • Yosemiteインストーラーをダウンロード済みであること。
$ cd "/Applications/Install OS X Yosemite.app/Contents/Resources"

$ sudo ./createinstallmedia \
  --volume /Volumes/insall \
  --applicationpath "/Applications/Install OS X Yosemite.app"
Ready to start.
To continue we need to erase the disk at /Volumes/insall.
If you wish to continue type (Y) then press return: y
Erasing Disk: 0%... 10%... 20%... 30%...100%...
Copying installer files to disk...
Copy complete.
Making disk bootable...
Copying boot files...
Copy complete.
Done.

リカバリ

外付けHDDから起動すればよい。
インストール直後の使用量

アプリケーションのインストール

homebrewのインストール

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

packerのインストール

brew tap homebrew/binary
brew install packer

vagrant

XQuartz 2.7.7

  • インストール15分くらいかかるので気長に待つ。

Sequel Pro

その他brewでinstall

brew install \
  tig \
  autossh ssh-copy-id \
  ansible \
  zsh \
  sdl \
  ranger w3m wget