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: 14 days ago
JSON representation

Homebrew 国内安装脚本

Lists

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的软件包全部列出