{"id":49645461,"url":"https://github.com/forwardemail/macos-nvim-development-environment","last_synced_at":"2026-05-06T00:02:48.046Z","repository":{"id":323665881,"uuid":"1093896477","full_name":"forwardemail/macos-nvim-development-environment","owner":"forwardemail","description":"A comprehensive setup combining Neovim with AI capabilities and macOS system configuration","archived":false,"fork":false,"pushed_at":"2025-11-25T17:03:40.000Z","size":1038,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-04T08:53:06.476Z","etag":null,"topics":["config","nvim","vim"],"latest_commit_sha":null,"homepage":"https://forwardemail.net","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/forwardemail.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-11T01:40:16.000Z","updated_at":"2025-12-13T13:39:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/forwardemail/macos-nvim-development-environment","commit_stats":null,"previous_names":["forwardemail/nvim","forwardemail/macos-nvim-development-environment"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/forwardemail/macos-nvim-development-environment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forwardemail%2Fmacos-nvim-development-environment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forwardemail%2Fmacos-nvim-development-environment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forwardemail%2Fmacos-nvim-development-environment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forwardemail%2Fmacos-nvim-development-environment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forwardemail","download_url":"https://codeload.github.com/forwardemail/macos-nvim-development-environment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forwardemail%2Fmacos-nvim-development-environment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32672684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["config","nvim","vim"],"created_at":"2026-05-06T00:02:41.401Z","updated_at":"2026-05-06T00:02:48.018Z","avatar_url":"https://github.com/forwardemail.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Complete macOS Development Environment\n\n**A comprehensive setup combining Neovim with AI capabilities and macOS system configuration**\n\nThis package provides everything you need for a modern, productive, and secure macOS development environment.\n\n![Screenshot](neovim.png)\n\n## 📦 What's Included\n\n### 1. Neovim Configuration\n- **AI-powered coding** with Avante + local Ollama\n- **Full LSP support** for multiple languages\n- **Modern plugins**: Telescope, Neo-tree, Treesitter, Git integration\n- **Voice control** with Handy integration (optional)\n\n### 2. macOS System Setup\n- **Brewfile** with 90+ CLI tools and 40+ GUI applications (including ansible)\n- **Security hardening**: FileVault, Firewall, telemetry blocking\n- **Privacy enhancements**: Cloudflare DNS, tracking prevention\n- **Shell setup**: zsh, Powerlevel10k, fzf with Ctrl+R\n- **System tweaks**: Finder, Dock, keyboard shortcuts\n\n## 🚀 Quick Start\n\n### 1. Install System Packages\n\n```bash\n# Install Homebrew\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n\n# Install all packages from Brewfile\ncd macos-setup\nbrew bundle --file=Brewfile\n```\n\n### 2. Install Neovim Configuration\n\n```bash\n# Backup existing config\nmv ~/.config/nvim ~/.config/nvim.backup\n\n# Copy new config\ncp -r . ~/.config/nvim/\n```\n\n### 3. Start Ollama\n\n```bash\nollama serve\n\n# In another terminal\nollama pull qwen2.5-coder:7b-instruct-q4_K_M\n```\n\n### 4. Test\n\n```bash\nnvim\n# Press ,aa to open Avante\n# Ask coding questions, get refactoring help, generate code\n```\n\n## 📁 Documentation\n\n### Neovim\n- **[NEOVIM_README.md](NEOVIM_README.md)** - Complete Neovim documentation\n- **[QUICKSTART.md](QUICKSTART.md)** - Fast Neovim setup\n- **[KEYBINDINGS.md](KEYBINDINGS.md)** - All key bindings\n- **[PLUGINS.md](PLUGINS.md)** - Plugin documentation\n\n### macOS Setup\n- **[macos-setup/README.md](macos-setup/README.md)** - Quick overview\n- **[macos-setup/MACOS_SETUP_GUIDE.md](macos-setup/MACOS_SETUP_GUIDE.md)** - Complete guide\n\n## 📚 Complete Documentation Index\n\n### Installation \u0026 Setup\n- [README.md](README.md) - This file\n- [COMPLETE_INSTALLATION_GUIDE.md](COMPLETE_INSTALLATION_GUIDE.md) - Complete setup guide\n- [verify-installation.sh](verify-installation.sh) - Installation checker\n\n### Neovim Features\n- [NEOVIM_README.md](NEOVIM_README.md) - Main Neovim docs\n- [QUICKSTART.md](QUICKSTART.md) - 5-minute guide\n- [KEYBINDINGS.md](KEYBINDINGS.md) - All key bindings\n- [PLUGINS.md](PLUGINS.md) - Plugin documentation\n- [LSP_DIAGNOSTICS.md](LSP_DIAGNOSTICS.md) - LSP guide\n\n### AI \u0026 Automation\n- [OLLAMA_SETUP.md](OLLAMA_SETUP.md) - Local AI setup\n- [OLLAMA_MODELS.md](OLLAMA_MODELS.md) - Model documentation\n- [VOICE_CONTROL_SIMPLE.md](VOICE_CONTROL_SIMPLE.md) - Voice control setup (optional)\n\n### macOS Configuration\n- [macos-setup/README.md](macos-setup/README.md) - Overview\n- [macos-setup/MACOS_SETUP_GUIDE.md](macos-setup/MACOS_SETUP_GUIDE.md) - Complete guide\n- [macos-setup/Brewfile](macos-setup/Brewfile) - All packages\n- [macos-setup/setup-fzf.sh](macos-setup/setup-fzf.sh) - fzf installer\n\n### Troubleshooting\n- [TROUBLESHOOTING.md](TROUBLESHOOTING.md) - Common issues\n\n### Terminal \u0026 Theme\n- [NERD_FONTS.md](NERD_FONTS.md) - Font installation\n- [TERMINAL_SETUP.md](TERMINAL_SETUP.md) - Terminal config\n- [IR_BLACK_THEME.md](IR_BLACK_THEME.md) - Color scheme\n\n### Development\n- [LINTER_CONFIG_FILES.md](LINTER_CONFIG_FILES.md) - Linter configs\n- [MIGRATION.md](MIGRATION.md) - Vim to Neovim migration\n- [CONTRIBUTING.md](CONTRIBUTING.md) - Contribution guide\n\n## ⌨️ Key Bindings Quick Reference\n\n### Neovim (Leader: `,`)\n- `,aa` - Open Avante (AI assistant)\n- `,e` - Toggle file tree\n- `,ff` - Find files\n- `,fg` - Search in files\n- `,gg` - Open LazyGit\n- `gA` - Format code\n\n### Shell (with fzf)\n- **Ctrl+R** - Fuzzy search command history\n- **Ctrl+T** - Fuzzy search files\n- **Alt+C** - Fuzzy search directories\n\n## 🔐 Security Features\n\n- ✅ FileVault encryption enabled\n- ✅ Firewall with blocked incoming connections\n- ✅ Apple telemetry blocked\n- ✅ Privacy-focused DNS (Cloudflare)\n- ✅ Local AI (no cloud services)\n- ✅ Gatekeeper kept enabled\n\n## 🎯 Installation Checklist\n\n### macOS System (30-60 min)\n- [ ] Install Homebrew\n- [ ] Run `brew bundle` from macos-setup/\n- [ ] Run `./setup-fzf.sh`\n- [ ] Configure Powerlevel10k (`p10k configure`)\n- [ ] Enable FileVault\n- [ ] Enable Firewall\n- [ ] Block Apple telemetry\n- [ ] Apply Finder/Dock tweaks\n\n### Neovim (15-30 min)\n- [ ] Copy config to `~/.config/nvim/`\n- [ ] Run `./verify-installation.sh`\n- [ ] Start Ollama: `ollama serve`\n- [ ] Pull model: `ollama pull qwen2.5-coder:7b-instruct-q4_K_M`\n- [ ] Test Neovim: `nvim`\n- [ ] Test Avante: `,aa`\n\n## 🔄 Maintenance\n\n```bash\n# Update Homebrew packages\nbrew update \u0026\u0026 brew upgrade \u0026\u0026 brew cleanup\n\n# Update Neovim plugins\nnvim\n:Lazy update\n\n# Update Ollama\nbrew upgrade ollama\nollama pull qwen2.5-coder:7b-instruct-q4_K_M\n```\n\n## 📖 Additional Resources\n\n- [Neovim Documentation](https://neovim.io/doc/)\n- [Avante.nvim](https://github.com/yetone/avante.nvim)\n- [Ollama](https://ollama.ai/)\n- [drduh/macOS-Security-and-Privacy-Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide)\n- [fzf](https://github.com/junegunn/fzf)\n- [Powerlevel10k](https://github.com/romkatv/powerlevel10k)\n\n## 🤝 Contributing\n\nSuggestions and improvements welcome! This is a living configuration.\n\n## 📄 License\n\nMIT License - See [LICENSE.md](LICENSE.md)\n\n---\n\n**Quick Links**:\n- [Neovim Docs](NEOVIM_README.md)\n- [macOS Setup](macos-setup/MACOS_SETUP_GUIDE.md)\n- [Complete Installation Guide](COMPLETE_INSTALLATION_GUIDE.md)\n- [Troubleshooting](TROUBLESHOOTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforwardemail%2Fmacos-nvim-development-environment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforwardemail%2Fmacos-nvim-development-environment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforwardemail%2Fmacos-nvim-development-environment/lists"}