Mac的一些小知识
把sublime添加软连接,使在terminal 里能用sudo sul file
ln /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
打开安全隐私中的所有来源
sudo spctl --master-disable
terminal 使用shadowsocke代理
export http_proxy="http://127.0.0.1:1087" export https_proxy="http://127.0.0.1:1087"