mac 使用记录

iterm 配合 lrzsz 实现 上传下载

🌈点这里

homebrew 加速

homebrew 默认源的速度很慢,可以采用国内源加速,这里采用清华的源加速,文档在这里

替换上游

git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
# cask 是brew用来管理一些图形界面的程序,默认可以不用。
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask.git

brew update

复原

git -C "$(brew --repo)" remote set-url origin https://github.com/Homebrew/brew.git
git -C "$(brew --repo homebrew/core)" remote set-url origin https://github.com/Homebrew/homebrew-core.git
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://github.com/Homebrew/homebrew-cask.git
brew update

如何通过 macOS 恢复功能重新安装 macOS

Apple 官方文档 如何通过 macOS 恢复功能重新安装 macOS

Mac 下 chrome浏览器本地安装插件时出现"CRX-HEADER-INVALID"解决方法

Mac 下 chrome 浏览器本地安装插件时出现"CRX-HEADER-INVALID"解决方法

补充:Mac 下 chrome 插件打包
注意需要打开开发者模式,否则找不到 加载扩展程序
nY0K1U

posted @ 2020-04-04 13:58  hiyang  阅读(258)  评论(0编辑  收藏  举报