13
13

More than 5 years have passed since last update.

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

Last updated at Posted at 2014-10-17

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から起動すればよい。
インストール直後の使用量

スクリーンショット 2014-10-18 6.59.50.png

スクリーンショット 2014-10-18 7.00.36.png

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

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
13
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
13