Skip to content

Releases: cloudprobe/dotfiles

v1.0.0 — Initial release

24 Mar 06:14

Choose a tag to compare

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
```