使用建议¶
自定义终端¶
使用 Zsh 搭配 Oh My Zsh 作为终端程序。
SSH 配置文件¶
可以使用 SSH 配置文件简化日常指令,并转发本地密钥。
镜像加速¶
使用 TUNA 镜像站加速网络请求。
pypi¶
代理¶
不同软件需要分别设置代理。
shell¶
export http_proxy=socks5h://127.0.0.1:1080
export https_proxy=socks5h://127.0.0.1:1080
export all_proxy=socks5h://127.0.0.1:1080
git¶
git config --global http.proxy socks5h://127.0.0.1:1080
git config --global https.proxy socks5h://127.0.0.1:1080