Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cunkai/HomebrewCN
Homebrew 国内安装脚本
https://github.com/cunkai/HomebrewCN
Last synced: 4 months ago
JSON representation
Homebrew 国内安装脚本
- Host: GitHub
- URL: https://github.com/cunkai/HomebrewCN
- Owner: cunkai
- License: gpl-2.0
- Created: 2020-03-07T15:26:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T23:23:54.000Z (7 months ago)
- Last Synced: 2024-08-01T13:25:15.746Z (7 months ago)
- Language: Shell
- Size: 1.02 MB
- Stars: 109
- Watchers: 6
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew国内源
[知乎文章地址:https://zhuanlan.zhihu.com/p/111014448](https://zhuanlan.zhihu.com/p/111014448)
苹果电脑安装脚本:
```
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"```
苹果电脑卸载脚本:
```
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"```
**---Brew介绍**
macOS 和 Linux 缺失软件包的管理器
**---Homebrew 能干什么?**
使用 Homebrew 安装 Mac(或Linux)没有预装但你需要的东西。
**--Homebrew自身如何使用**
知道软件包具体名称,直接 `brew install 软件包名`
只知道一小部分名称,用 `brew search 小部分名称` 查询即可
例如`brew search chrome`就会把带chrome的软件包全部列出