Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
No analytics data has been sent yet.
Homebrew is run entirely by unpaid volunteers. Please consider donating:
Next steps:
- To add Homebrew to your PATH, add to your shell profile (e.g. ~/.bash_profile or ~/.zprofile):
- eval "$(/opt/homebrew/bin/brew shellenv)" on Apple Silicon
- eval "$(/usr/local/bin/brew shellenv)" on Intel
- Run brew help to get started
- Further documentation:
Rm -rf ~/.zsh…. // 删除历史记录
Echo $SHELL // 查看用的是哪个终端
cat /etc/shells // 查看所有的终端
Chsh -s /bin/zsh // 切换成 zsh 终端
- 打开“终端”。
- 输入命令 chsh -s /bin/bash 来切换到 bash。
- 输入命令 chsh -s /bin/zsh 来切换回 zsh。
打开 moren 的终端: open ~/.zshrc ,没有的情况就自动创建一个:touch ~/.zhsrc
查找安装目录:which brew
larave@laraveldeMacBook-Pro ~ % which brew
/opt/homebrew/bin/brew
配制环境变量:export PATH=${PATH}:/usr/local/xxx(你的地址)
export PATH="/usr/local/Homebrew/bin:$PATH"
以下两个链接:安装brew
重要的源文件链接: 清华源:
https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/
https://www.bilibili.com/video/BV1TJ4m157Sm/?spm_id_from=333.337.search-card.all.click&vd_source=3fa570246e6039c5aaa3b3950fd03f45
以下是一键执行操作:
https://zhuanlan.zhihu.com/p/111014448
这个链接可以看看:
【Mac】6: 苹果电脑必装大神器 Homebrew !没有装它,你的苹果电脑就不能发挥最大作用_哔哩哔哩_bilibili
Xcode 安装 :
Command Line Tools
xcode-select 是 macOS 上的一个命令行工具,可以帮助你在终端中管理当前使用的 Xcode 版本
如果已经安装过Xcode Command Line Tools,那么需要把之前安装的删除,再安装:
rm -rf /Library/Developer/CommandLineTools
xcode-select --install
# 确认Xcode Command Line Tools正确安装在:/Library/Developer/CommandLineTools
xcode-select -p
# 确认安装版本
xcode-select --version