Skip to content

chezmoi.io

Manage your dotfiles across multiple diverse machines, securely.

Package Information

  • Domain: chezmoi.io
  • Name: chezmoi.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install chezmoi

Programs

This package provides the following executable programs:

  • chezmoi

Aliases

This package can also be accessed using these aliases:

  • chezmoi

Available Versions

Show all 76 versions
  • 2.62.6, 2.62.5, 2.62.4, 2.62.3, 2.62.2
  • 2.62.1, 2.62.0, 2.61.0, 2.60.1, 2.60.0
  • 2.59.1, 2.59.0, 2.58.0, 2.57.0, 2.56.0
  • 2.55.0, 2.54.0, 2.53.1, 2.53.0, 2.52.4
  • 2.52.3, 2.52.2, 2.52.1, 2.52.0, 2.51.0
  • 2.50.0, 2.49.1, 2.49.0, 2.48.2, 2.48.1
  • 2.48.0, 2.47.4, 2.47.3, 2.47.2, 2.47.1
  • 2.47.0, 2.46.1, 2.46.0, 2.45.0, 2.44.0
  • 2.43.0, 2.42.3, 2.42.2, 2.42.1, 2.42.0
  • 2.41.0, 2.40.4, 2.40.3, 2.40.2, 2.40.1
  • 2.40.0, 2.39.1, 2.39.0, 2.36.1, 2.36.0
  • 2.35.2, 2.35.1, 2.35.0, 2.34.3, 2.34.2
  • 2.34.1, 2.34.0, 2.33.6, 2.33.5, 2.33.4
  • 2.33.3, 2.33.2, 2.33.1, 2.33.0, 2.32.0
  • 2.31.1, 2.31.0, 2.30.1, 2.30.0, 2.29.4
  • 2.29.3

Latest Version: 2.62.6

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +chezmoi.io@2.62.6 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.chezmoiio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.