# dotbot mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für dotbot in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install dotbot
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Paketfakten

- **Paketschlüssel:** brew:dotbot
- **Paketmanager:** Homebrew
- **Version:** 1.24.1
- **Quellzusammenfassung:** Tool that bootstraps your dotfiles
- **Homepage:** <https://github.com/anishathalye/dotbot>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- dotbot (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.24.1
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- 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
## Andere Paketmanager-Einträge

- 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)


## Quellen

- 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
