中国地区的oh-my-zsh 安装
安装 oh-my-zsh
先将zsh安装到系统内然后.
sh -c "$(wget -O- https://gitee.com/pocmon/ohmyzsh/raw/master/tools/install.sh)"
挂载代理配置
export PROXY_HOST=127.0.0.1
export PROXY_PORT=17890
export HTTP_PROXY="http://$PROXY_HOST:${PROXY_PORT}"
export HTTPS_PROXY="http://$...
blog1.kshp.cc1 min read