homebrew/cask

homebrew/cask仓库源:https://github.com/Homebrew/homebrew-cask

homebrew/cask仓库里的formula基本上都是GUI软件。

homebrew/cask不仅是一个formula索引的仓库,它还扩展了一个子命令cask,这个命令的用法与brew几乎完全一样。

示例:

brew install android-studio

cask子命令默认安装formula/usr/local/Caskroom下, 并链接到/Applications目录。所以安装完成后能够在Launchpad中找到图标。

常用的homebrew-cask.git仓库的镜像:

清华大学开源镜像站https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask.git

替换方法:

git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask.git
brew update

如果您替换了这些源之后发现有问题,想要换回去,同样,执行此命令,只是把url换成原来的即可。