Personal dotfiles repository for managing development environment. Configuration files are centrally managed via symlinks.
| Directory | Description |
|---|---|
home/ |
Shell and editor config files (symlinked to ~/.<file>) |
config/ |
Application settings (symlinked under ~/.config/) |
claude/ |
Claude Code settings and commands |
docs/ |
Documentation |
tmp/ |
Temporary files |
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install packages
brew bundle
# Create symlinks
./setup.sh