Personal configuration files for macOS.
config/- Application configs (fish, ghostty, atuin, vscode, karabiner, jj, codex)config/skills/- Shared agent skills linked into~/.claude/skills,~/.agents/skills, and~/.codex/skillsgit/- Git configuration filesBrewfile- Homebrew packagesMakefile- Installation targets
# Install everything
make all
# Install specific component
make git
make fish
make ghostty
make atuin
make vscode
make karabiner
make jj
make codex
make skills
# Install Homebrew packages only
make brew
# Show available targets
make help