# dotbot を Homebrew, Nix でインストール

dotbot のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:dotbot
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install dotbot
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#dotbot
```

  証拠: nixpkgs package indexes: pkgs/by-name/do/dotbot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:dotbot
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.24.1
- **ソース概要:** Tool that bootstraps your dotfiles
- **ホームページ:** <https://github.com/anishathalye/dotbot>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- dotbot (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.24.1
## プロジェクトの歴史と使われ方

Dotbot is a lightweight dotfiles bootstrapper that lets a dotfiles repository install itself with a small YAML or JSON task list. Its identity is intentionally narrow: version control stores the files, and Dotbot links, creates, cleans, and runs shell commands.

### プロジェクトの歴史

The README explains the name as a dotfiles bootstrapper and emphasizes a deliberately minimal design: self-contained, no external dependencies, no required installation, and VCS-agnostic operation. Users can vendor it as a Git submodule or subrepo, or install it as a standalone command-line program.

Public GitHub release metadata shows active tagged releases through the 2020s, including the v1.22-v1.24 series in 2025.

### 採用の歴史

Dotbot spread through personal dotfiles repositories because it fits the common bootstrap pattern: clone a dotfiles repo, enter it, and run ./install on a fresh machine. The README also notes package availability through Homebrew and Arch Linux, while source facts list Homebrew and Nix.

A plugin ecosystem grew around the core, including plugins for secrets management, package managers, OS/application configuration, and other setup tasks.

### 使われ方

A typical Dotbot setup keeps install.conf.yaml or install.conf.json in the dotfiles repository and runs tasks such as linking files into the home directory, creating directories, cleaning broken symlinks, and executing shell commands.

The project is useful when users want a small, repeatable bootstrap without adopting a full configuration-management system.

### パッケージ好きにとっての重要性

Dotbot is package-nerd significant because it captures the Git-submodule era of dotfiles tooling: tiny tool, vendored into the repo, runnable on a fresh system, and intentionally not a full manager for the dotfiles themselves.

For Homebrew users, packaging Dotbot as a CLI offers the same workflow without vendoring, using dotbot -c to point at a configuration file.

### タイムライン

- 2014: The official README links an Anish Athalye blog post about managing dotfiles as background for Dotbot-style organization.
- 2025: GitHub release metadata shows v1.22.0, v1.23.x, and v1.24.0 releases.
- 2020s: Dotbot supports both vendored submodule/subrepo workflows and standalone CLI installation.

### Related projects

- Dotbot is related to dotfiles_template, init-dotfiles, its wiki/tutorial ecosystem, and community plugins such as dotbot-age, dotbot-gitcrypt, dotbot-brew, dotbot-apt, dotbot-yum, crontab-dotbot, and dotbot-firefox.

### ソース

- <https://github.com/anishathalye/dotbot>
- <https://api.github.com/repos/anishathalye/dotbot/releases?per_page=100>
- <https://formulae.brew.sh/formula/dotbot>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: install.conf.yaml, install.conf.json
## 他のパッケージマネージャ記録

- Nix - dotbot: normalized package name match | nixpkgs package indexes: pkgs/by-name/do/dotbot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
