Personal dotfiles repository for macOS development environment.
Main Tools: ZSH + Oh-My-ZSH, Karabiner-Elements, Hammerspoon, mise runtime management
Key Features:
- Dynamic shell theme switching (Powerlevel10k ↔ robbyrussell based on context)
- Enhanced scrolling system (
fn + s + trackpadwith modifier support) - Automated dotfiles management with symlink scripts
# Clone the repository
git clone [email protected]:jlee1201/dotfiles.git ~/dotfiles
# Run the setup script
cd ~/dotfiles
./scripts/create_symlinks.sh📋 Complete Documentation: .cursor/README.md
Quick Links:
- Tech Stack & Dependencies - Full list of tools and frameworks
- Scripts & Commands - Available scripts and how to use them
- Workflow Guide - How to add dotfiles, make changes, and test
- Troubleshooting - Solutions to common issues (including scrolling system)
- Architecture Decisions - Technical decisions and learnings
# Add a single file or directory
./scripts/add_to_dotfiles.sh ~/path/to/file
# Bulk scan ~/.config
./scripts/scan_config.shFor detailed usage and all available scripts, see Scripts & Commands