mac 使用记录

Posted hiyang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 插件打包
注意需要打开开发者模式,否则找不到 加载扩展程序
技术图片



以上是关于mac 使用记录的主要内容,如果未能解决你的问题,请参考以下文章

文本记录软件—Note-C for Mac

CSP核心代码片段记录

Sphinx - 在代码块片段中使用省略号 (...)

记录C#常用的代码片段

discuz X3.1 源代码阅读,记录代码片段

提效小技巧——记录那些不常用的代码片段