Clash
https://github.com/Dreamacro/clash
本地配置代理
添加以下内容到 ~/.bashrc
或者 ~/.zshrc
export https_proxy="http://localhost:7893";
export http_proxy="http://localhost:7893";
将解压的文件所在的路径添加到环境变量后,在zsh中输入clash就能开启高速上网
vim .zshrc
export PATH="$HOME/bin:$PATH"