Home homebrew
Post
Cancel

homebrew

References

brew.sh

https://www.cnblogs.com/mjios/p/14497925.html

1
2
3
4
echo "$(brew --repo)"
echo "$(brew --repo homebrew/core)"
echo "$(brew --repo homebrew/cask)"
echo $HOMEBREW_BOTTLE_DOMAIN

Notes

https://github.com/Homebrew/brew.git
https://github.com/Homebrew/homebrew-core.git
https://github.com/Homebrew/homebrew-cask.git

https://mirrors.ustc.edu.cn/brew.git
https://mirrors.ustc.edu.cn/homebrew-core.git
https://mirrors.ustc.edu.cn/homebrew-cask.git

Common Commands

brew info

1
brew info ffmpeg
This post is licensed under CC BY 4.0 by the author.