Personal configuration files for macOS development environment.
.
├── .claude/ # Claude Code settings
├── .copilot/ # Copilot settings
├── .opencode/ # Opencode settings and agent rules
├── .vscode/ # VS Code settings
├── .zshrc # Zsh shell configuration
└── .editorconfig # Editor formatting defaults
Note: Dot files and dot folders are hidden by default on macOS. Press
Cmd + Shift + .in Finder to toggle their visibility.
Make sure to update paths, API keys, and any other placeholders in the configuration files to match your environment.