码迷,mamicode.com
首页 > 系统相关 > 详细

mac 使用记录

时间:2020-04-04 15:00:14      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:com   html   homebrew   官方文档   界面   url   需要   aik   dem   

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 使用记录

标签:com   html   homebrew   官方文档   界面   url   需要   aik   dem   

原文地址:https://www.cnblogs.com/hiyang/p/12631579.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!