安装 imagemagick

1、vim .zshrc  写入:
alias setproxy="export ALL_PROXY=socks5://127.0.0.1:1086"
alias unsetproxy="unset ALL_PROXY"

2、执行 setproxy

3、brew install imagemagick
原文地址:https://www.cnblogs.com/gaogaoxingxing/p/14352506.html