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换成原来的即可。