first and most important
- install xcode command line tools
You can do it without Xcode link
官网下载
install brew
- install homebrew
- recommend you go homebrew official site
- then using
brew install git
- 设置 git 为英文; Add this
export LC_ALL=en_US.UTF-8
to your .bashrc or .zshrc file - 设置 git alias 将以下配置添加到
~/.gitconfig
文件中去
[alias]
st = status
cm = commit
co = checkout
br = branch
unstage = reset HEAD --
last = log -1 HEAD
github 下载
- oh-my-zsh 安装 安装后将 zshrc配置粘贴进
~/.zshrc
底部 - nvm install (node taobao dist) 这个配置应该在你 zshrc 里面有
- node/npm
nvm install 8
nvm use 8
(node taobao source) 这个配置应该在你 zshrc 里面有 - autojump install
- fuck install