Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 821 Bytes

File metadata and controls

25 lines (16 loc) · 821 Bytes

Dotfiles

Personal configuration files for macOS development environment.

image

Structure

.
├── .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.

Installation

Make sure to update paths, API keys, and any other placeholders in the configuration files to match your environment.