Home-Folder-Claude-MD
October 25, 2025 ยท View on GitHub
Version control repository for the home folder CLAUDE.md configuration file.
Overview
This repository provides version control for ~/CLAUDE.md, which contains hierarchical Claude Code configuration that applies to all Claude Code executions under the home directory.
How It Works
This repository maintains the canonical version of CLAUDE.md. Use the provided sync.sh script to sync changes from the repository to ~/CLAUDE.md.
Workflow
- Edit the file: Make changes to
CLAUDE.mdin this repository - Sync to home folder: Run
./sync.shto copy the file to~/CLAUDE.md - Commit changes: Use git to commit your changes
- Push to GitHub: Push commits to maintain version history
Sync Script
The sync.sh script performs a one-way sync from the repository to your home folder:
./sync.sh
This copies CLAUDE.md from the repository to ~/CLAUDE.md, ensuring your home folder always has the latest version-controlled configuration.
Benefits
- Full version control history of your Claude Code configuration
- Easy rollback to previous configurations
- Ability to track changes over time
- Simple one-way sync workflow keeps things predictable