First stable release.
What's included
- ZSH via zinit (no oh-my-zsh) + Starship prompt
- Full Claude Code hierarchical setup — rules, commands, skills, agents, memory, hooks
- Git config with local identity override pattern
- Modular install:
make install,make zsh,make git,make claude - Safe for existing Claude Code users — backs up and never overwrites custom configs
Install
```bash
git clone https://github.com/cloudprobe/dotfiles ~/.dotfiles
cd ~/.dotfiles
make install
```