/init-my-mac

Initialize front end development environment on my Mac

Primary LanguageShell

init-my-mac

preparation

先进行科学上网,然后复制终端命令,使终端可以快速链接。

export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;export ALL_PROXY=socks5://127.0.0.1:1080

install

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/jaeheng/init-my-mac/master/install.sh)"

other

None