Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.09 KB

File metadata and controls

29 lines (21 loc) · 1.09 KB

Repository Structure

This repository uses GNU Stow for symlink management.

Stow Directory

The stow/ directory mirrors $HOME. Everything in it gets symlinked:

stow/
├── .vimrc              → ~/.vimrc
├── .vimrc.bundles      → ~/.vimrc.bundles
└── bin/                → ~/bin/

Other Directories

Directory Purpose
git/ Git config (included via [include] in user's ~/.gitconfig)
zsh/ Zsh config (sourced) + theme (symlinked to ~/.oh-my-zsh/)
shell/ Shell modules sourced by zsh/config.zsh
claude-plugin/ Claude Code plugin (registered directly, not symlinked)
scripts/ Installation and setup scripts

Adding New Dotfiles

  1. Add files to stow/ mirroring home structure: stow/.newconfig~/.newconfig
  2. Run make install