# 使用 Homebrew, apt 安装 dotdrop

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

## 安装

```sh
sudo av install brew:dotdrop
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install dotdrop
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install dotdrop
```

  证据: Debian stable package indexes: dotdrop from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## 软件包事实

- **软件包键:** brew:dotdrop
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/dotdrop>
- **版本:** 1.16.2
- **来源摘要:** Save your dotfiles once, deploy them everywhere
- **主页:** <https://github.com/deadc0de6/dotdrop>
- **仓库:** <https://github.com/deadc0de6/dotdrop>
- **许可证:** GPL-3.0-or-later
- **源码归档:** <https://github.com/deadc0de6/dotdrop/archive/refs/tags/v1.16.2.tar.gz>
- **最后更新:** 2026-07-13T17:38:04-07:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- dotdrop (cli)
- dotdrop (别名)

## 依赖

- certifi
- libmagic
- python@3.14

## 安装行为

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

## 版本和新鲜度

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

dotdrop is a dotfile manager for storing dotfiles once and deploying different versions or sets across hosts by using profiles, templating, variables, and a central config.yaml.

### 项目历史

The official README frames dotdrop around a specific gap in dotfile tools: many can manage files, but fewer can deploy different versions of the same dotfile on different hosts. Its model stores dotfiles in Git, keeps metadata in config.yaml, and uses profiles to choose which files and variables apply on each machine.

GitHub release metadata shows public releases from the v0.10 series in 2018 through the v1.16 series in 2026, indicating a long-lived Python CLI with continued maintenance.

### 采用历史

dotdrop adoption comes from users whose dotfiles outgrow simple symlink farms: multiple machines, overlapping file sets, per-host variables, templates, import/update workflows, and optional handling for sensitive content.

The official README advertises distribution through PyPI, Homebrew, AUR, Snapcraft, and Pacstall, while source facts list Homebrew, Debian, and Ubuntu.

### 使用方式

Users initialize or clone a dotfiles repository, install dotdrop, generate config.yaml, import dotfiles, and deploy selected profiles. Commands such as import and compare are central to the workflow, with dotpath, profiles, variables, templates, actions, and transformations configured in YAML.

The tool is especially useful when a home laptop, work desktop, temporary VM, and other hosts share many dotfiles but need different deployed subsets or template values.

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

dotdrop is package-nerd significant as the profile-and-template-heavy alternative in the dotfiles space. It is more opinionated than a tiny bootstrapper but still lives as a CLI around Git, YAML, and predictable files.

For packagers, its value is in giving users a maintained command-line tool instead of copy-pasted shell glue for multi-host dotfile deployment.

### 时间线

- 2018: GitHub release metadata shows v0.10.x public releases.
- 2020s: dotdrop is distributed through PyPI, Homebrew, AUR, Snapcraft, and other package channels.
- 2026: GitHub release metadata shows v1.16.x releases.

### Related projects

- dotdrop is related to other dotfiles managers and bootstrap tools, including Dotbot, GNU Stow-style symlink workflows, chezmoi-like multi-host management, Git-backed dotfiles repositories, and package channels such as PyPI, Homebrew, AUR, and Snapcraft.

### 来源

- <https://github.com/deadc0de6/dotdrop>
- <https://dotdrop.readthedocs.io/>
- <https://api.github.com/repos/deadc0de6/dotdrop/releases?per_page=100>
- <https://formulae.brew.sh/formula/dotdrop>


## 安全说明

没有找到 dotdrop 的匹配本地密钥处理 manifest。软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## 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: config.yaml, ${XDG_CONFIG_HOME}/dotdrop/config.yaml, ~/.config/dotdrop/config.yaml, /etc/xdg/dotdrop/config.yaml, /etc/dotdrop/config.yaml
## 源数据库详情

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

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

- Debian apt - dotdrop - 1.15.0-1: normalized package name match | Debian stable package indexes: dotdrop from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | save your dotfiles once deploy them everywhere | https://github.com/deadc0de6/dotdrop
- Ubuntu apt - dotdrop - 1.12.9-1: normalized package name match | Ubuntu 24.04 LTS package indexes: dotdrop from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | save your dotfiles once deploy them everywhere | https://github.com/deadc0de6/dotdrop


## 相关链接

- [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.
- [python@3.14](https://pkg.so/zh-hans/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [chezmoi](https://pkg.so/zh-hans/brew/chezmoi/) - Shares pkgdb curated category or tags: cli, configuration-management, developer-tools, dotfiles.
- [rcm](https://pkg.so/zh-hans/brew/rcm/) - Shares pkgdb curated category or tags: cli, configuration-management, developer-tools, dotfiles.
- [lnk](https://pkg.so/zh-hans/brew/lnk/) - Shares pkgdb curated category or tags: cli, configuration-management, developer-tools, dotfiles.
- [dotbot](https://pkg.so/zh-hans/brew/dotbot/) - Shares pkgdb curated category or tags: cli, developer-tools, dotfiles.
- [dotter](https://pkg.so/zh-hans/brew/dotter/) - Shares pkgdb curated category or tags: cli, developer-tools, dotfiles.
- [punktf](https://pkg.so/zh-hans/brew/punktf/) - Shares pkgdb curated category or tags: cli, developer-tools, dotfiles.
- [yadm](https://pkg.so/zh-hans/brew/yadm/) - Shares pkgdb curated category or tags: cli, configuration-management, developer-tools, dotfiles.
- [tuckr](https://pkg.so/zh-hans/brew/tuckr/) - Shares pkgdb curated category or tags: cli, configuration-management, developer-tools, dotfiles.
- [cobo-cli](https://pkg.so/zh-hans/brew/cobo-cli/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, developer, developer-tools, management.

## Combined YAML source

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


## 来源

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