codex-chezmoi

Synchronize Codex configuration files across computers using chezmoi.

70|92|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/mathruffian-dot/codex-lazy-packs --skill codex-chezmoi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-chezmoi
Source: https://github.com/mathruffian-dot/codex-lazy-packs/tree/main/skills/13-chezmoi
Command: npx skills add https://github.com/mathruffian-dot/codex-lazy-packs --skill codex-chezmoi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires chezmoi, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of synchronizing Codex settings across multiple computers, ensuring consistency and convenience in managing your Codex environment.

Core Features & Use Cases

  • Cross-Computer Sync: Automatically synchronize your Codex settings and configurations across different machines.
  • Security: Ensures that sensitive information like authentication tokens and logs are not exposed by not syncing the entire .codex/ directory.
  • Use Case: If you use Codex on multiple devices, this Skill will help you maintain the same setup and preferences without manual configuration.

Quick Start

Run the chezmoi command to synchronize your Codex settings: chezmoi apply.

Frequently Asked Questions about codex-chezmoi

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync Codex configuration files across multiple computers?

To sync Codex configuration files across multiple computers, you can use chezmoi to manage your local settings. This approach ensures a consistent Codex environment on various devices by running the `chezmoi apply` command to synchronize configurations automatically.

Do I need chezmoi to manage my Codex settings?

Yes, you need chezmoi installed as a prerequisite to manage and sync your Codex settings. The Skill relies entirely on chezmoi to handle local configuration files and apply them consistently across your devices.

Does syncing Codex settings expose my authentication tokens?

No, syncing Codex settings does not expose your authentication tokens because the process avoids syncing the entire `.codex/` directory. It selectively manages configurations to ensure sensitive information and logs remain secure.

What is the best way to keep Codex environments consistent on different machines?

The best way to keep Codex environments consistent on different machines is using a configuration management tool like chezmoi. It automatically synchronizes your preferences without manual configuration, ensuring cross-computer consistency.

How do I apply synced Codex settings using chezmoi?

To apply synced Codex settings using chezmoi, simply run the `chezmoi apply` command. This executes the synchronization process, updating your local configuration files to match the managed state across computers.