brew 切换源

切换到国内源 1 2 3 4 5 6 7 8 9 10 # 替换brew.git cd "$(brew --repo)" git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git # 替换homebrew-core.git cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git # 刷新 brew update 切换 [阅读全文]
macOS  brew 

macOS安装配置和软件

系统设置 程序坞 勾选放大,以及设置合适的大小 勾选将窗口最小化为应用程序图标 取消勾选在程序坞中显示最近使用的应用程序 语言与地区 时间格式勾选24小 [阅读全文]
macOS  linux 

MacOS常见问题

地址栏显示/隐藏完整路径 显示完整路径 defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder 隐藏路径 defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder 安装brew 官网:https://brew.sh/ 先安装brew:/us [阅读全文]
macOS