mirror of
https://github.com/marcogll/mac_vntySet.git
synced 2026-01-13 13:25:15 +00:00
20 lines
526 B
Markdown
20 lines
526 B
Markdown
# VanityOS Shell — macOS Developer Setup 🚀
|
|
|
|
VanityOS Shell es el instalador oficial para preparar un entorno de desarrollo en macOS con:
|
|
|
|
- ZSH optimizado (Oh My Zsh + Oh My Posh)
|
|
- Plugins profesionales de terminal
|
|
- Node, Python, Git, y herramientas CLI esenciales
|
|
- Docker Desktop + Portainer
|
|
- Lazydocker
|
|
- Configuración `.zshrc` lista para usarse
|
|
|
|
---
|
|
|
|
## 📦 Instalación
|
|
|
|
Ejecuta este comando en tu terminal:
|
|
|
|
```bash
|
|
curl -fsSL https://raw.githubusercontent.com/marcogll/mac_vntySet/main/vanity_setup.sh | bash
|