Mac 重装清单

2018.08 初稿
2019.01.15 修改标题,增加了一些
2020.01.05 修改备份策略

墙纸


无法通过 homebrew 安装的


Homebrew 备份法

参考

备份

(在终端里):
  1. 安装 homebrew:
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  2. 安装 mas:
    brew install mas
  3. 安装 bundle 并在当前目录创建 Brewfile:
    brew bundle dump --describe

恢复

(根目录):
brew bundle --file="~/Brewfile"

我的 Brewfile