macOS development environment auto setup.
安装好 Command Line Tools 后,就可以使用 Git 命令了。
只需要执行以下代码即可:
curl https://raw.githubusercontent.com/weikeet/macsetup/master/setup.sh | sh && cd ~/.macsetup && zsh install.sh
手动 clone 到 ~/.macsetup
目录下,然后执行 zsh install.sh
即可。
git clone https://github.com/weikeet/macsetup.git ~/.macsetup
cd ~/.macsetup && zsh install.sh
安装 oh-my-zsh 后显示 Zsh detects insecure completion-dependent directories ... 警告
解决方法:
bash ~/.macsetup/env/oh_my_zsh_fixed.sh
- 命令行的艺术
- bestswifter/macbootstrap
- nicolashery/mac-dev-setup
- donnemartin/dev-setup
- bkuhlmann/mac_os-config
- sourabhbajaj/mac-setup/