# Syncing Claude Code settings between computers > A post by Brian Lovin - URL: https://brianlovin.com/writing/syncing-claude-code-settings-between-computers-am7lNQ8 --- *Generated by AEO.page | AI-Friendliness Optimization* *Last scanned: 2026-02-25* *Analyzed by AI ✨* ## 最新網站內容(自動抓取 2026-02-25) Syncing Claude Code settings between computers =============== [Brian Lovin](https://brianlovin.com/) / [Writing](https://brianlovin.com/writing) Jan 19, 2026 Syncing Claude Code settings between computers ============================================== 9 8 0 Keeping Claude Code skills and settings in sync across devices is tedious. Switching computers only to realize you're missing a skill or preference breaks flow, and I end up spending more time setting things up instead of actually coding. My solution: use a git repo as the source of truth for my Claude Code config. It uses an install script to symlink everything into my root `~/.claude/` directory, with an option to keep individual skills local. Skills can be in one of four states—synced, local-only, conflict, or external symlink—and the sync script displays these states in the CLI so it's easy to see which skills live where and make sure each machine is set up correctly. Repo: [github.com/brianlovin/claude-config](https://github.com/brianlovin/claude-config "https://github.com/brianlovin/claude-config"). I’ve only focused on syncing skills and settings so far, but over time this can expand to include rules and subagents that should sync. [DM me](https://x.com/brian_lovin "https://x.com/brian_lovin") if you have a better approach! ![Image 1](https://pub-69346df8bffc4907bbde2b554f176e29.r2.dev/notion-images/abc936b7add434c090e023f79a41eb4c91423def9291509063117fbcce883329.png) Read next --------- * [Framer Sites first impressions](https://brianlovin.com/writing/framer-sites-first-impressions-3w2HqZf) * [Quality software](https://brianlovin.com/writing/quality-software-YA7uK4E) * [Design critique for fun and profit](https://brianlovin.com/writing/design-critique-for-fun-and-profit-7wDWkhw) * [Give your agent a laboratory](https://brianlovin.com/writing/give-your-agent-a-laboratory-jH5ryjC) * [Use the ✦ Hyper key](https://brianlovin.com/writing/use-the-hyper-key-o5ozwGC)