mac安装brew和sh

brew curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1 zsh curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh

brew

curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1

zsh

curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh

git

brew install git

关键字:macos, brew, git, curl