homebrew
安装
国内安装源
https://gitee.com/cunkai/HomebrewCN
镜像助手
https://brew.idayer.com/guide/change-source/
zsh & oh-my-zsh
安装
https://segmentfault.com/a/1190000013612471
主题
插件
git 插件
https://github.com/robbyrussell/oh-my-zsh/wiki/Plugin:git
gapa git add --patch
gc! git commit -v --amend
gcl git clone --recursive
gclean git reset --hard && git clean -dfx
gcm git checkout master
gcmsg git commit -m
gco git checkout
gd git diff
gdca git diff --cached
gp git push
grbc git rebase --continue
gst git status
gup git pull --rebase