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.
リカバリ
$ 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
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap homebrew/binary
brew install packer
brew install \
tig \
autossh ssh-copy-id \
ansible \
zsh \
sdl \
ranger w3m wget
Author And Source
この問題について(Yosemiteをクリーンインストールしたメモ), 我々は、より多くの情報をここで見つけました https://qiita.com/tukiyo3/items/d449897ebc6693f0b199著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .