Show HN: Production-ready macOS dev environment setup with 10 preset configs I built a comprehensive environment setup tool that automatically configures a complete development environment on macOS. Features include AI tools (Ollama, LM Studio), modern terminals, complete dotfiles, and intelligent parallel processing. The tool has zero ShellCheck errors/warnings and is production-ready. It's particularly useful for new Mac setups, team onboarding, or anyone wanting a modern development environment without the manual configuration hassle. Key features: - 10 preset configurations (minimal to everything) - AI tools with local LLM support - Modern terminals (Warp, iTerm2, Alacritty, WezTerm, Kitty) - Complete dotfiles (Shell, Git, SSH, editors) - Zero ShellCheck errors - production quality code - Intelligent CPU detection and parallel processing Quick start: ```bash git clone https://ift.tt/Tmpxeoc cd env-setup ./setup-env.sh install --config configs/webdev.yaml ``` Available configs: minimal (~20 packages), webdev (~50), ai (~60), devops (~80), everything (113+ packages). GitHub: https://ift.tt/JCPhZ9I What do you think? Any features you'd like to see added? https://ift.tt/JCPhZ9I September 28, 2025 at 01:48AM
0 Comments
Thanks for your interest