macOS
brew install dotbotlocal Homebrew formula metadata
brew
Tool that bootstraps your dotfiles. Version 1.24.1 via Homebrew; verified from local package data.
install
brew install dotbotlocal Homebrew formula metadata
nix profile install nixpkgs#dotbotnixpkgs package indexes · pkgs/by-name/do/dotbot/package.nix · source: api.github.com
overview
Tool that bootstraps your dotfiles
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
install.conf.yamlinstall.conf.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dotbot | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/anishathalye/dotbot
install metadata
| Package key | brew:dotbot |
|---|---|
| Version | 1.24.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dotbot |
| Homepage | https://github.com/anishathalye/dotbot |
| Repository | https://github.com/anishathalye/dotbot |
| Upstream docs | https://github.com/anishathalye/dotbot#readme |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/ce/99/905f34404698d54de29fbc1dcbb9fdc4b1bbd4b5b30207750ff5ad5b5c69/dotbot-1.24.1.tar.gz |
| Dependencies | libyaml, python@3.14 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dotbot |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
dotbot
nix profile install nixpkgs#dotbotsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.