Macの開発環境をAnsibleで構築していきます。まだまだ完成とは言えないので、Pull Requestもらえると助かります。
現時点ではフル自動ではないので、XCodeのcommand line toolとHomebrewとansibleとpythonは自力でいれてください。
sudo xcodebuild -license # パスワードを入力
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install python
brew install ansible
git clone https://github.com/patorash/ansible-mac-provisioning.git ~/ansible-mac-provisioning
cd ~/ansible-mac-provisioning
ansible-playbook -i hosts localhost.yml
- homebrewで色々入る
- homebrew-caskで色々入る
- anyenvでrbenvとndenvのインストール
- Ruby
- 2.3.4
- 2.4.1
- Node
- v8.5.0
- Ruby
- Macの設定
- finderの設定
- 拡張子を表示
- 隠しファイルを表示
- Dock
- 自動的に隠す
- Safari
- デバッグメニューを表示
- finderの設定