# 使用 Homebrew, Nix, scoop 安装 gibo

查看 gibo 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:gibo
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gibo
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gibo
```

  证据: nixpkgs package indexes: pkgs/by-name/gi/gibo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/gibo
```

  证据: Scoop official bucket manifest trees: bucket/gibo.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:gibo
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/gibo>
- **版本:** 3.0.22
- **来源摘要:** Access GitHub's .gitignore boilerplates
- **主页:** <https://github.com/simonwhitaker/gibo>
- **仓库:** <https://github.com/simonwhitaker/gibo>
- **许可证:** Unlicense
- **源码归档:** <https://github.com/simonwhitaker/gibo/archive/refs/tags/v3.0.22.tar.gz>
- **最后更新:** 2026-07-29T16:05:00+02:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- gibo (cli)
- gibo (别名)

## 构建依赖

- go

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 3.0.22
- 管理器更新时间: 2026-07-29
- 本地数据: OK
- 上游仓库: https://github.com/simonwhitaker/gibo
- 检测到的最新版本: v3.0.22 (当前)
## 项目历史与用法

gibo is a command-line helper for fetching and dumping `.gitignore` boilerplates from GitHub's gitignore template collection. It turns a common repository setup chore into a small shell-friendly command.

### 项目历史

Simon Whitaker created the public gibo repository in May 2012. The README explains the name as short for `.gitignore boilerplates` and credits the tool to Whitaker, with GitHub's `github/gitignore` repository as the template source.

The project later shipped tagged releases and install paths through Homebrew, Scoop, Chocolatey, Docker, binary releases, and the Go toolchain. The version 3 release line reflects an actively packaged Go CLI rather than a one-off script.

### 采用历史

gibo's adoption follows the popularity of GitHub's template collection. GitHub uses that collection to populate `.gitignore` choices in its web interface, and gibo made the same shared corpus available from terminals and scripts.

Package-manager support gave gibo a place in developer bootstrap scripts, dotfile setups, and language-specific project starters. It is useful precisely because `.gitignore` files are mundane and repetitive, so teams prefer a shared maintained template over hand-written ignores.

### 使用方式

Practitioners commonly run commands such as `gibo dump Swift Xcode >> .gitignore` to append templates for one or more languages, frameworks, editors, or platforms. The README also documents shell completion and using the same output to seed Mercurial `.hgignore` files that use glob syntax.

The tool is most useful at repository creation time, during cleanup of an accidental noisy working tree, or in project generators that need a reasonable ignore file without vendoring template text.

### 为什么软件包爱好者会关心

gibo is package-nerd friendly because it is tiny, reproducible, and delegates content authority to GitHub's template repository. The package is mostly a convenient delivery mechanism for the command and its update path, not a complicated runtime.

### 时间线

- 2012: Public GitHub repository created.
- 2024: Version 3.0.12 was published as a GitHub release.
- 2026: The 3.0 release line continued with packaged binary releases.

### Related projects

- gibo is closely related to GitHub's `github/gitignore` template repository, Git's `gitignore(5)` behavior, and project bootstrap tools that generate repository boilerplate.

### 来源

- <https://api.github.com/repos/simonwhitaker/gibo>
- <https://github.com/github/gitignore>
- <https://github.com/simonwhitaker/gibo>
- <https://github.com/simonwhitaker/gibo/releases>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gibo
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Nix - gibo: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/gibo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/gibo: normalized package name match | Scoop official bucket manifest trees: bucket/gibo.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/zh-hans/brew/go/) - Build dependency declared by Homebrew.
- [gitnr](https://pkg.so/zh-hans/brew/gitnr/) - Shares pkgdb curated category or tags: cli, developer-tools, gitignore, templates.
- [gh](https://pkg.so/zh-hans/brew/gh/) - Shares pkgdb curated category or tags: cli, developer-tools, github.
- [sourcery](https://pkg.so/zh-hans/brew/sourcery/) - Shares pkgdb curated category or tags: cli, developer-tools, templates.
- [cookiecutter](https://pkg.so/zh-hans/brew/cookiecutter/) - Shares pkgdb curated category or tags: cli, developer-tools, templates.
- [hub](https://pkg.so/zh-hans/brew/hub/) - Shares pkgdb curated category or tags: cli, developer-tools, github.
- [fetch](https://pkg.so/zh-hans/brew/fetch/) - Shares pkgdb curated category or tags: cli, developer-tools, github.
- [grip](https://pkg.so/zh-hans/brew/grip/) - Shares pkgdb curated category or tags: cli, developer-tools, github.
- [copier](https://pkg.so/zh-hans/brew/copier/) - Shares pkgdb curated category or tags: cli, developer-tools, templates.
- [liquidjs](https://pkg.so/zh-hans/npm/liquidjs/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, github, templates.

## Combined YAML source

View the package source record on GitHub. [combined/gibo.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gibo.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
