Skip to content

Starting to version control my agentic coding dotfiles as I start to feel the pain tracking them across projects.

License

Notifications You must be signed in to change notification settings

neozenith/agentic-dotfiles

Repository files navigation

agentic-dotfiles

Starting to version control my agentic coding dotfiles as I start to feel the pain tracking them across projects.

Option #1: Submodule

Setup

git submodule add https://github.com/neozenith/agentic-dotfiles.git .claude

Update

git submodule update --init --recursive --remote

Option #2: gitignored clone

Setup

.gitignore

.claude/

Then clone this repo into the gitignored folder:

git clone https://github.com/neozenith/agentic-dotfiles.git .claude

Update

cd .claude
git pull

About

Starting to version control my agentic coding dotfiles as I start to feel the pain tracking them across projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published