- 显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool true;KillAll Finder
- 允许任何来源
sudo spctl --master-disable
- 安装command line tools
xcode-select --install
- 使用locate
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plistsudo /usr/libexec/locate.updatedb