# Installer chezmoi avec Homebrew, apk, chocolatey, dnf, MacPorts, Nix, pacman, zypper, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de chezmoi pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:chezmoi
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install chezmoi
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install chezmoi
```

  Preuve: MacPorts ports tree: sysutils/chezmoi/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add chezmoi
```

  Preuve: Alpine Linux edge package indexes: chezmoi from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install chezmoi
```

  Preuve: Fedora Rawhide package metadata: chezmoi from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#chezmoi
```

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

- pacman (92%):

```sh
sudo pacman -S chezmoi
```

  Preuve: Arch Linux sync databases: chezmoi from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install chezmoi
```

  Preuve: openSUSE Tumbleweed package metadata: chezmoi from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install chezmoi
```

  Preuve: Chocolatey community package catalog: chezmoi from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','capnproto'

- Scoop (92%):

```sh
scoop install main/chezmoi
```

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

- winget (92%):

```sh
winget install --id twpayne.chezmoi -e
```

  Preuve: Windows Package Manager source index: twpayne.chezmoi from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:chezmoi
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.72.0
- **Résumé source:** Manage your dotfiles across multiple diverse machines, securely
- **Page d'accueil:** <https://chezmoi.io/>
- **Dépôt:** <https://github.com/twpayne/chezmoi>
- **Dernière mise à jour:** 2026-08-02T20:37:09Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- chezmoi (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.72.0
## Historique du projet et usages

chezmoi is a dotfile manager for keeping personal configuration synchronized across different machines, with explicit support for secure, templated, and machine-specific state.

### Historique du projet

The project is maintained by Tom Payne in the official twpayne/chezmoi repository and documents itself as a tool to manage dotfiles across multiple diverse machines, securely.

The official release history records a 1.0.0 release on 2019-01-13, a 2.0.0 release on 2021-03-17, and frequent 2.x releases continuing through 2.70.5 on 2026-06-03.

### Historique d'adoption

chezmoi's adoption follows the modern dotfiles wave: users increasingly keep shell, editor, Git, SSH-adjacent, and app configuration in version control while needing per-machine templates and secret integration.

The input package metadata lists broad distribution through Homebrew, Alpine, Chocolatey, Fedora, MacPorts, Nix, Arch, Scoop, winget, and openSUSE. Homebrew reported 133,114 trailing-365-day installs at research time.

### Modes d'utilisation

The usual package-manager workflow is `brew install chezmoi`, then initialize a source state and apply it on each machine. The documented config file lives under the XDG config directory, with JSON, JSONC, TOML, or YAML formats.

chezmoi is commonly used for repeatable workstation bootstrap, keeping a dotfiles repo portable while allowing host-specific templates and secure handling of private data.

### Pourquoi les passionnés de paquets s'y intéressent

chezmoi is one of the notable package-manager-era dotfile tools because it turns a personal dotfiles repository into an installable, cross-platform command with clear config-file conventions.

For package nerds, its attraction is pragmatic: one binary, many package managers, Git-friendly state, and enough security/template behavior to replace a pile of ad hoc shell scripts.

### Chronologie

- 2019: chezmoi 1.0.0 released.
- 2021: chezmoi 2.0.0 released.
- 2026: chezmoi 2.70.5 released and tracked by Homebrew.

### Related projects

- chezmoi belongs to the dotfile-management family alongside Git-backed home-directory managers and package bootstrap scripts, but its official docs emphasize secure multi-machine dotfile management rather than a single-host symlink farm.
- It is frequently paired in practice with package managers, Git hosting, shells, editors, and password-manager tooling, because those are the systems whose configuration users tend to synchronize.

### Sources

- <https://www.chezmoi.io/>
- <https://www.chezmoi.io/reference/configuration-file/>
- <https://www.chezmoi.io/reference/release-history/>
- <https://formulae.brew.sh/api/formula/chezmoi.json>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour chezmoi. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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/chezmoi/chezmoi.$FORMAT
- Windows: %USERPROFILE%/.config/chezmoi/chezmoi.$FORMAT
## Autres enregistrements de gestionnaires de paquets

- Nix - chezmoi: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/chezmoi/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - chezmoi - 2.72.0-r0: normalized package name match | Alpine Linux edge package indexes: chezmoi from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Manage your dotfiles across multiple machines, securely. | https://www.chezmoi.io/
- apk - chezmoi-bash-completion - 2.72.0-r0: normalized package name match | Alpine Linux edge package indexes: chezmoi-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for chezmoi | https://www.chezmoi.io/
- apk - chezmoi-fish-completion - 2.72.0-r0: normalized package name match | Alpine Linux edge package indexes: chezmoi-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for chezmoi | https://www.chezmoi.io/
- apk - chezmoi-zsh-completion - 2.72.0-r0: normalized package name match | Alpine Linux edge package indexes: chezmoi-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for chezmoi | https://www.chezmoi.io/
- dnf - chezmoi - 2.70.5-2.fc45: normalized package name match | Fedora Rawhide package metadata: chezmoi from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Manage your dotfiles across multiple diverse machines | https://github.com/twpayne/chezmoi
- pacman - chezmoi - 2.72.0-1: normalized package name match | Arch Linux sync databases: chezmoi from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Manage your dotfiles across multiple machines | https://www.chezmoi.io/
- zypper - chezmoi - 2.71.1-1.2: normalized package name match | openSUSE Tumbleweed package metadata: chezmoi from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A multi-host manager for dotfiles | https://chezmoi.io
- zypper - chezmoi-bash-completion - 2.71.1-1.2: normalized package name match | openSUSE Tumbleweed package metadata: chezmoi-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash completion for chezmoi | https://chezmoi.io
- zypper - chezmoi-fish-completion - 2.71.1-1.2: normalized package name match | openSUSE Tumbleweed package metadata: chezmoi-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish completion for chezmoi | https://chezmoi.io
- zypper - chezmoi-zsh-completion - 2.71.1-1.2: normalized package name match | openSUSE Tumbleweed package metadata: chezmoi-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh completion for chezmoi | https://chezmoi.io
- MacPorts - chezmoi: normalized package name match | MacPorts ports tree: sysutils/chezmoi/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - chezmoi: normalized package name match | Chocolatey community package catalog: chezmoi from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','capnproto'
- Scoop - main/chezmoi: normalized package name match | Scoop official bucket manifest trees: bucket/chezmoi.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - twpayne.chezmoi: normalized package name match | Windows Package Manager source index: twpayne.chezmoi from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## Sources

- 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
