Mac 安装Homebrew 国内源地址
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
Mac 按照oh-my-zsh 镜像源地址
参考地址:https://blog.csdn.net/qwe641259875/article/details/107201760
oh-my-zsh自动补全插件
参考地址:https://www.jianshu.com/p/aea390c1c8ef
下载 incr 自动补全插件 http://mimosa-pudica.net/src/incr-0.2.zsh
将插件放在 oh-my-zsh 自定义插件目录中
在 plugins
中添加 incr
在配置文件末尾添加:
source $ZSH/custom/plugins/incr/incr.zsh
更新配置
source ~/.zshrc
参考地址:https://blog.csdn.net/shenhonglei1234/article/details/106653646