Documentation Index
Ultra-modern terminal-first development environment documentation
🏗️ Quick Install
Deploy complete environment from bare macOS:
# Install Homebrew package manager
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install chezmoi and deploy dotfiles (includes all 67+ tools)
brew install chezmoi && chezmoi init --apply https://github.com/nehalecky/dotfiles.git
This approach uses chezmoi's native bootstrap system with embedded scripts to install all packages and configure your complete development environment.
🚀 Getting Started
New to the system? Start here for immediate productivity:
- Terminal Guide - Complete terminal-first development environment guide
- Development Practices - Standards, workflows, and modern patterns
- Daily Workflows - Step-by-step guides for common tasks
- Commands & Shortcuts - Complete reference for all commands and shortcuts
🧠 AI Development Integration
Claude Code & AI-Assisted Development:
- Claude Memory System - Modular AI context management and smart project templates
- Claude Code Trust Setup - Security configuration for AI development
- Claude Code Emacs Guide - Advanced editor integration
- VS Code Claude Integration - VS Code AI workflow setup
🔧 System Architecture & Configuration
Deep technical guides for system understanding:
- Architecture - System design and visual diagrams
- Secrets Management - 1Password + SSH authentication strategy
- Python Development - Modern Python workflow with uv
- Applications Guide - Complete catalog of all 67+ installed tools
📖 Reference & History
Specialized guides and historical context:
- Commands & Shortcuts - Complete command and shortcut reference
- Important Instruction Reminders - Key development principles
📚 Documentation Philosophy
Structure
- Getting Started - Immediate productivity guides for new users
- AI Development Integration - Claude Code modular memory system and AI workflows
- System Architecture - Deep technical guides for system understanding
- Reference & History - Commands, shortcuts, and evolutionary context
Principles
- Practical First - Focus on daily workflows and real usage patterns
- AI-Enhanced Development - Document the Claude Code modular memory approach
- Terminal-First - Ultra-modern TUI tools as the primary development interface
- Integration Focus - Show how tools work together, not in isolation
- Modular Organization - Documentation mirrors the modular memory system architecture
Navigation Guide
First Time Setup: 1. Terminal Guide → Daily Workflows 2. Claude Memory System → Development Practices
Daily Development: - Quick reference: Commands & Shortcuts - AI context: Claude Memory System - Troubleshooting: Daily Workflows
System Administration: - Configuration: Architecture + Secrets Management - Tools: Applications Guide
Start with Terminal Guide to transform your development workflow, then explore Claude Memory System for AI-enhanced development!