Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrered/brewfile
自用 Brewfile
https://github.com/mrered/brewfile
brewfile homebrew
Last synced: 10 days ago
JSON representation
自用 Brewfile
- Host: GitHub
- URL: https://github.com/mrered/brewfile
- Owner: Mrered
- License: mit
- Created: 2024-07-24T05:39:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T19:17:42.000Z (5 months ago)
- Last Synced: 2024-10-25T03:44:29.510Z (about 2 months ago)
- Topics: brewfile, homebrew
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brewfile
本仓库是为了使用 Homebrew 方便管理和安装 macOS 软件以满足我的个人需求。
具体软件列表自行查看 [Brewfile](/Brewfile)
## 安装 Homebrew
- 在中国大陆:
```sh
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
```- 在其他地方:
```sh
/bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```## 安装 Brewfile (默认)
将会安装大量软件,务必谨慎操作
```sh
git clone https://github.com/Mrered/brewfile.git
brew bundle
```## 安装 Brewfile (自定义)
注释或删除 `Brewfile` 中你不需要的行,然后
```sh
git clone https://github.com/Mrered/brewfile.git
brew bundle
```