mac从0开始配置
2019-01-20
2019-01-20
软件
常用
- qq浏览器
- dukto:mac,linux,windows互传软件
- iterm2
- sublime
- mactex
功能性
- The Uarchiver:解压
- fliqlo:屏保
- Spectacle:键位设置
- mos(github):鼠标和触控板反向控制
- Hard Disk Manager(无限试用版):磁盘分区
- Dr. Cleaner Pro:磁盘分析
git
- 会自动提示安装命令行工具
brew
- 权限问题
sudo chown -R $(whoami) /usr/loacal |
升级后出现的问题
xcode-select
问题
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun |
解决
xcode-select --install |