From 6e8fa29229f977ac091ab7a17d2d09c1f8bdeff2 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 26 Jul 2025 12:05:09 +0200 Subject: [PATCH] Remove redundant sections from README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clean up duplicate workflow optimization and getting started sections that were redundant with earlier content. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index 377aff0..db922d0 100644 --- a/README.md +++ b/README.md @@ -223,27 +223,3 @@ sudo darwin-rebuild switch --flake .#MacBook-Air sudo darwin-rebuild switch --flake .#iMac ``` -## 🎯 Workflow Optimization - -### Cross-Application Consistency -- **Vim keybindings**: Available in zsh, tmux, and neovim -- **Gruvbox theme**: Consistent dark theme across all applications -- **Leader key patterns**: Space-based shortcuts in neovim -- **System clipboard**: Unified clipboard access across all tools - -### Productivity Features -- **Fast fuzzy finding**: fzf integration in zsh and file operations -- **Smart completion**: Context-aware completions with history -- **Visual indicators**: Mode indicators, prefix indicators, and status information -- **Modern replacements**: Enhanced versions of common CLI tools - -## 🚀 Getting Started - -1. **Install**: Use the quick install commands above -2. **Refresh**: Run `exec zsh` to load the new shell -3. **Configure**: Powerlevel10k will auto-configure on first run -4. **Explore**: Try the keybindings and modern CLI tools - ---- - -*Generated and maintained with [Claude Code](https://claude.ai/code) 🤖*