The ultimate cross-platform development environment setup script — v0.41.5
Installs and configures a complete development stack in one command, supporting macOS and major Linux distributions.
- Smart Privilege Elevation: Uses
sudoonly where strictly necessary; most tools are installed in$HOME/.local/bin. - Auto-Update: Automatically upgrades existing Homebrew packages during setup.
- Modern Shell: ZSH + Oh My Zsh + Starship with a curated set of plugins and aliases.
- Optimized Tmux: Pre-configured with TPM, intuitive keybindings, and window/pane numbering starting at 1.
- AI-Ready: Includes the latest AI CLI tools for developers.
| Link | |
|---|---|
| Overview | docs/README.md |
| Desktop Edition | docs/desktop/README.md |
| Server Edition | docs/server/README.md |
| Tmux Guide | docs/desktop/tmux.md |
| PM2 Guide | docs/desktop/pm2.md |
curl -sSL desktop.setupvibe.dev | bashcurl -sSL server.setupvibe.dev | bashTo initialize Docker Swarm automatically after setup:
curl -sSL server.setupvibe.dev | bash -s -- --managerMaintained by promovaweb.com · Licensed under GPL-3.0
Follow the formatting guide: Markdown Format Guide