mac使用shell+dotfiles+mackup一键配置环境
2018-10-30 本文已影响0人
一只特例独行de猪
cd ~
git clone git@code.aliyun.com:ethanzhu/dotfiles.git
cd dotfiles
git checkout lite #lite版本 轻量级
vi ./install/macos/brew.sh # 添加或者删除自己要安装的软件
./setup.sh
mackup restore
cd ~
git clone git@code.aliyun.com:ethanzhu/dotfiles.git
cd dotfiles
git checkout lite #lite版本 轻量级
vi ./install/macos/brew.sh # 添加或者删除自己要安装的软件
./setup.sh
mackup restore