vault backup: 2023-07-04 11:27:31

This commit is contained in:
BlueRose 2023-07-04 11:27:31 +08:00
parent 323e9d76c1
commit 6e329e873a

View File

@ -31,4 +31,14 @@ source ~/.bash_profile
若是 zsh则执行
```bash
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.zshrc
source ~/.zshrc
source ~/.zshrc
```
## macOS开发环境
https://ue5wiki.com/wiki/2329190d/
确认安装Xcode之后执行
```bash
sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms /Library/Developer/CommandLineTools/Platforms
```