chezmoi-workflows

Automate dotfile management with Chezmoi track, sync, push, and restore workflows.

62|10|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/terrylica/cc-skills --skill chezmoi-workflows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chezmoi-workflows
Source: https://github.com/terrylica/cc-skills/tree/main/plugins/dotfiles-tools/skills/chezmoi-workflows
Command: npx skills add https://github.com/terrylica/cc-skills --skill chezmoi-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides automating dotfile management with Chezmoi, enabling track/sync/push/restore across machines, while handling templates and remote configuration.

Core Features & Use Cases

  • Track & Sync: Track changes, push to remote, and apply on new machines.
  • Project Templates: Use Go templates for dotfiles with variables.
  • Workflows & Setup: Setup remote, custom sources, multi-account SSH, and conflict resolution.

Quick Start

Install chezmoi, initialize a source, add initial files, and push to a private repo:

  • Install: brew install chezmoi
  • Initialize: chezmoi init
  • Add files: chezmoi add ~/.zshrc
  • Push: chezmoi git -- push