Bacis Brewfile
http://luckypool.github.io/Brewfile/slides
https://developer.apple.com/register/index.action
Install from App Store
Agree License
- run Xcode.app and Agree
- or do
sudo xcodebuild -license
Install Command Line Tools
- by CUI (open Terminal.app and do following command)
$ xcode-select --install
- or download manually
open Xcode.app > Open Developer tool > More Developer tool
$ git clone https://github.com/luckypool/Brewfile.git
$ cd Brewfile
$ rake brew:setup
Then, install homebrew
$ rake brew:brewdle
Memo : documents/Brewfile.md
Please choose Brewfile or edit Brewfile as you like.
$ rake anyenv:setup
Then, add to your .bash_profile or .zshrc
export PATH="$HOME/.anyenv/bin:$PATH"
eval "$(anyenv init -)"
for D in `ls $HOME/.anyenv/envs`
do
export PATH="$HOME/.anyenv/envs/$D/shims:$PATH"
done
then, do exec $SHELL -l
$ rake anyenv:install
then, do exec $SHELL -l
$ rake anyenv:build
will install
- Perl 5.14.4
- Ruby 2.1.0
- Node.js v0.10.25
anyenv:setup -- setup anyenv
anyenv:install -- install plenv, rbenv, ndenv
anyenv:build -- build perl, ruby, node.js
brew:setup -- setup homebrew
brew:brewdle -- brewdle (minimal packages)
brew:brewdle_all -- brewdle (recommended packages)
brew:brewdle_android -- brewdle (only android development packages)
brew:upgrade -- upgrade task (update, upgrade, and cleanup)```