vault backup: 2023-07-04 11:27:31
This commit is contained in:
parent
323e9d76c1
commit
6e329e873a
@ -31,4 +31,14 @@ source ~/.bash_profile
|
|||||||
若是 zsh,则执行:
|
若是 zsh,则执行:
|
||||||
```bash
|
```bash
|
||||||
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.zshrc
|
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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user