@pastqing
2015-01-07T15:55:40.000000Z
字数 307
阅读 1666
mac
运行命令(前提有ruby)
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
有了homebrew就可以安装gcc, git,wget等东西
点我了解Homebrew
先安装wget:brew install wget
再安装zsh: brew install zsh
安装oh-my-zsh: wget --no-check-certificate http://install.ohmyz.sh -O - | sh