Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 384 Bytes

File metadata and controls

13 lines (10 loc) · 384 Bytes

更换 brew 源到清华源

$ cd "$(brew --repo)"
$ git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
$ cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
$ git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
$ brew update

mac 下使用 minicom

  • 开启菜单的快捷键为 ESC + Z