Show HN: Production-ready macOS dev environment setup with 10 preset configs

github.com

5 points by davidsilvestre 2 days ago

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://github.com/davidsilvestrehenao-hub/env-setup.git 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://github.com/davidsilvestrehenao-hub/env-setup

What do you think? Any features you'd like to see added?