From 39ff0b6c7761c05bf1da11998372c1ed6f55eb15 Mon Sep 17 00:00:00 2001 From: Bruno Belchior Souza Vicente Date: Sat, 18 Apr 2026 11:31:32 -0300 Subject: [PATCH 1/4] feat: add optional .NET SDK install via --install-dotnet flags Add --install-dotnet and --install-dotnet=8|9|10 to desktop.sh and server.sh (default .NET 10), APT path with dotnet-install fallback, zsh PATH for ~/.dotnet, docs and version bump to v0.41.7. Add .gitattributes (eol=lf for *.sh) and normalize shell scripts to LF. Made-with: Cursor --- .claude/skills/documentation/SKILL.md | 2 +- .claude/skills/make-changelog/SKILL.md | 2 +- .gemini/skills/documentation/SKILL.md | 2 +- .gemini/skills/make-changelog/SKILL.md | 2 +- .gitattributes | 2 + AGENTS.md | 6 +- CHANGELOG.md | 9 ++ CLAUDE.md | 6 +- GEMINI.md | 6 +- MARKDOWN.md | 2 +- README.md | 10 ++- conf/zshrc-linux.zsh | 4 + conf/zshrc-macos.zsh | 4 + conf/zshrc-server.zsh | 4 + desktop.sh | 115 ++++++++++++++++++++++++- docs/README.md | 16 +++- docs/desktop/README.md | 4 +- docs/desktop/en/README.md | 10 ++- docs/desktop/en/SPECKIT.md | 2 +- docs/desktop/en/cronboard.md | 2 +- docs/desktop/en/pm2.md | 2 +- docs/desktop/en/tmux.md | 2 +- docs/desktop/es/README.md | 10 ++- docs/desktop/es/SPECKIT.md | 2 +- docs/desktop/es/cronboard.md | 2 +- docs/desktop/es/pm2.md | 2 +- docs/desktop/es/tmux.md | 2 +- docs/desktop/fr/README.md | 10 ++- docs/desktop/fr/SPECKIT.md | 2 +- docs/desktop/fr/cronboard.md | 2 +- docs/desktop/fr/pm2.md | 2 +- docs/desktop/fr/tmux.md | 2 +- docs/desktop/pt-br/README.md | 10 ++- docs/desktop/pt-br/SPECKIT.md | 2 +- docs/desktop/pt-br/cronboard.md | 2 +- docs/desktop/pt-br/pm2.md | 2 +- docs/desktop/pt-br/tmux.md | 2 +- docs/en/ALIAS.md | 2 +- docs/en/CONTRIBUTING.md | 2 +- docs/es/ALIAS.md | 2 +- docs/es/CONTRIBUTING.md | 2 +- docs/fr/ALIAS.md | 2 +- docs/fr/CONTRIBUTING.md | 2 +- docs/pt-br/ALIAS.md | 2 +- docs/pt-br/CONTRIBUTING.md | 2 +- docs/server/README.md | 4 +- docs/server/en/README.md | 11 ++- docs/server/es/README.md | 11 ++- docs/server/fr/README.md | 11 ++- docs/server/pt-br/README.md | 11 ++- server.sh | 98 ++++++++++++++++++++- 51 files changed, 380 insertions(+), 50 deletions(-) create mode 100644 .gitattributes diff --git a/.claude/skills/documentation/SKILL.md b/.claude/skills/documentation/SKILL.md index 8b2e1eb..9a95d04 100644 --- a/.claude/skills/documentation/SKILL.md +++ b/.claude/skills/documentation/SKILL.md @@ -16,7 +16,7 @@ Ao criar ou editar QUALQUER arquivo `.md`, você DEVE seguir estas regras para e ```markdown # Título do Guia - > Descrição curta — v0.41.6 + > Descrição curta — v0.41.7 ``` 2. **Hierarquia de Títulos:** Use `#` para H1, `##` para H2, etc. Nunca pule níveis (ex: não pule de H1 para H3). 3. **Tabelas:** Alinhamento obrigatório com pipes `|` e linha separadora `|---|---|`. diff --git a/.claude/skills/make-changelog/SKILL.md b/.claude/skills/make-changelog/SKILL.md index 727bb2e..acb6259 100644 --- a/.claude/skills/make-changelog/SKILL.md +++ b/.claude/skills/make-changelog/SKILL.md @@ -27,7 +27,7 @@ Distribua as mudanças nas seções padronizadas do "Keep a Changelog": ## 3. Formatação e Estilo - **Cabeçalho da Versão:** Use H2 com colchetes, versão e data (AAAA-MM-DD). - * *Exemplo:* `## [v0.41.6] - 2026-04-05` + * *Exemplo:* `## [v0.41.7] - 2026-04-05` - **Mensagens:** * Use o tempo verbal no passado (ex: "Added", "Improved", "Fixed"). * Seja conciso mas específico (ex: em vez de "Update PATH", use "Improved PATH handling for Ruby and Composer"). diff --git a/.gemini/skills/documentation/SKILL.md b/.gemini/skills/documentation/SKILL.md index 4f65485..4459610 100644 --- a/.gemini/skills/documentation/SKILL.md +++ b/.gemini/skills/documentation/SKILL.md @@ -11,7 +11,7 @@ Este guia define o padrão ouro para manter a documentação do SetupVibe sincro Ao criar ou editar QUALQUER arquivo `.md`, você DEVE invocar a skill **`markdown-format`** para garantir a conformidade com as regras do projeto: -1. **Cabeçalho Padrão:** Começar com H1 seguido de blockquote com a versão. Ex: `> Descrição curta — v0.41.6`. +1. **Cabeçalho Padrão:** Começar com H1 seguido de blockquote com a versão. Ex: `> Descrição curta — v0.41.7`. 2. **Linting Delegado:** Todas as regras de títulos, tabelas, code blocks, links, listas e espaçamentos são gerenciadas pela skill `markdown-format`. **Não ignore seus avisos**. 3. **Linting Final:** Após criar ou editar o arquivo, processe-o com a skill `markdown-format` para validar conformidade. diff --git a/.gemini/skills/make-changelog/SKILL.md b/.gemini/skills/make-changelog/SKILL.md index 14ca63f..b61ba00 100644 --- a/.gemini/skills/make-changelog/SKILL.md +++ b/.gemini/skills/make-changelog/SKILL.md @@ -28,7 +28,7 @@ Distribua as mudanças nas seções padronizadas do "Keep a Changelog": Para garantir a perfeição visual e técnica do `CHANGELOG.md`: -- **Cabeçalho da Versão:** Use H2 com colchetes, versão e data (AAAA-MM-DD). Ex: `## [v0.41.6] - 2026-04-05`. +- **Cabeçalho da Versão:** Use H2 com colchetes, versão e data (AAAA-MM-DD). Ex: `## [v0.41.7] - 2026-04-05`. - **Mensagens:** Use bullet points `-` e tempo verbal no passado (Added, Improved, Fixed). - **Linting:** Após gerar o conteúdo, **você deve invocar a skill `markdown-format`** para aplicar o alinhamento de tabelas, espaçamento de blocos e o rodapé obrigatório. diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a5e8b3c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Shell scripts must use LF so bash on Linux/macOS never sees stray CR (avoids $'\r': command not found). +*.sh text eol=lf diff --git a/AGENTS.md b/AGENTS.md index 95ef087..4d74021 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,7 +4,7 @@ This file provides instructions and context for AI coding agents (OpenAI Codex, ## What This Project Is -**SetupVibe** is a cross-platform automated development environment setup script (v0.41.6). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). +**SetupVibe** is a cross-platform automated development environment setup script (v0.41.7). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). There are two editions: @@ -22,6 +22,10 @@ bash server.sh # Or via curl (canonical usage) curl -sSL desktop.setupvibe.dev | bash + +# Optional .NET SDK (default .NET 10; also --install-dotnet=8|9|10) +curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL server.setupvibe.dev | bash -s -- --manager --install-dotnet ``` To test changes to a script, run it directly on a target machine or VM. diff --git a/CHANGELOG.md b/CHANGELOG.md index a39a9ec..2fb7b96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to **SetupVibe** are documented in this file. --- +## [v0.41.7] - 2026-04-18 + +### Added + +- Optional **.NET SDK** installation via `--install-dotnet` (defaults to **.NET 10** LTS channel) and `--install-dotnet=8|9|10` on both **Desktop** and **Server** editions. Linux uses the Microsoft APT repository when available, with fallback to the official `dotnet-install.sh` script; macOS (Desktop) uses `dotnet-install.sh` under `~/.dotnet`. +- Shell PATH support for user-local .NET (`DOTNET_ROOT`, `~/.dotnet`, `~/.dotnet/tools`) in `conf/zshrc-*.zsh` when `~/.dotnet` exists. + +--- + ## [v0.41.6] - 2026-04-05 ### Added diff --git a/CLAUDE.md b/CLAUDE.md index a8dcfd0..203ea96 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## What This Project Is -**SetupVibe** is a cross-platform automated development environment setup script (v0.41.6). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). +**SetupVibe** is a cross-platform automated development environment setup script (v0.41.7). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). There are two editions: @@ -22,6 +22,10 @@ bash server.sh # Or via curl (canonical usage) curl -sSL desktop.setupvibe.dev | bash + +# Optional .NET SDK (default .NET 10; also --install-dotnet=8|9|10) +curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL server.setupvibe.dev | bash -s -- --manager --install-dotnet ``` To test changes to a script, run it directly on a target machine or VM. diff --git a/GEMINI.md b/GEMINI.md index 34e85c0..f855c95 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -4,7 +4,7 @@ This file provides instructions and context for Gemini CLI when working with the ## Project Overview -**SetupVibe** is a cross-platform automated development environment setup tool (v0.41.6). It streamlines the installation and configuration of a complete developer toolkit for macOS (12+) and major Linux distributions (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). +**SetupVibe** is a cross-platform automated development environment setup tool (v0.41.7). It streamlines the installation and configuration of a complete developer toolkit for macOS (12+) and major Linux distributions (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). The project consists of two primary editions: @@ -42,6 +42,10 @@ bash server.sh # Canonical usage (from README) curl -sSL desktop.setupvibe.dev | bash + +# Optional .NET SDK (default .NET 10; also --install-dotnet=8|9|10) +curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL server.setupvibe.dev | bash -s -- --manager --install-dotnet ``` ### Testing Changes diff --git a/MARKDOWN.md b/MARKDOWN.md index 364f99d..65a79fa 100644 --- a/MARKDOWN.md +++ b/MARKDOWN.md @@ -394,7 +394,7 @@ Documentation files in `docs/` should begin with an H1 and a blockquote describi ```markdown # Guide Title -> Short description — v0.41.6 +> Short description — v0.41.7 ``` --- diff --git a/README.md b/README.md index 8f6e2d3..77d6f02 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SetupVibe -> The ultimate cross-platform development environment setup script — v0.41.6 +> The ultimate cross-platform development environment setup script — v0.41.7 Installs and configures a complete development stack in one command, supporting macOS and major Linux distributions. @@ -42,6 +42,14 @@ To initialize Docker Swarm automatically after setup: curl -sSL server.setupvibe.dev | bash -s -- --manager ``` +Optional **.NET SDK** (default **.NET 10**; use `--install-dotnet=8` or `=9` for other supported majors): + +```bash +curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL server.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL server.setupvibe.dev | bash -s -- --manager --install-dotnet +``` + ## Contributing We welcome contributions of all sizes! Please read our [Contribution Guide](CONTRIBUTING.md) to get started. diff --git a/conf/zshrc-linux.zsh b/conf/zshrc-linux.zsh index 2431484..ca21cd7 100644 --- a/conf/zshrc-linux.zsh +++ b/conf/zshrc-linux.zsh @@ -7,6 +7,10 @@ elif [ -f "$HOME/.linuxbrew/bin/brew" ]; then fi # Define PATHs before loading plugins so they can find the tools +if [[ -d "$HOME/.dotnet" ]]; then + export DOTNET_ROOT="$HOME/.dotnet" + export PATH="$HOME/.dotnet:$HOME/.dotnet/tools:$PATH" +fi export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.npm-global/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH" diff --git a/conf/zshrc-macos.zsh b/conf/zshrc-macos.zsh index 7fc037f..228e78a 100644 --- a/conf/zshrc-macos.zsh +++ b/conf/zshrc-macos.zsh @@ -7,6 +7,10 @@ elif [[ -f "/usr/local/bin/brew" ]]; then fi # Define PATHs before loading plugins so they can find the tools +if [[ -d "$HOME/.dotnet" ]]; then + export DOTNET_ROOT="$HOME/.dotnet" + export PATH="$HOME/.dotnet:$HOME/.dotnet/tools:$PATH" +fi export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.config/composer/vendor/bin:$PATH" diff --git a/conf/zshrc-server.zsh b/conf/zshrc-server.zsh index a466605..5d5fdcb 100644 --- a/conf/zshrc-server.zsh +++ b/conf/zshrc-server.zsh @@ -6,6 +6,10 @@ elif [ -f "$HOME/.linuxbrew/bin/brew" ]; then eval "$($HOME/.linuxbrew/bin/brew shellenv)" fi +if [[ -d "$HOME/.dotnet" ]]; then + export DOTNET_ROOT="$HOME/.dotnet" + export PATH="$HOME/.dotnet:$HOME/.dotnet/tools:$PATH" +fi export PATH="$HOME/.local/bin:$HOME/.npm-global/bin:$PATH" export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" diff --git a/desktop.sh b/desktop.sh index 5a19bd2..4117b7a 100644 --- a/desktop.sh +++ b/desktop.sh @@ -25,10 +25,38 @@ NC='\033[0m' # No Color # --- VERSION --- -VERSION="0.41.6" +VERSION="0.41.7" INSTALL_URL="https://desktop.setupvibe.dev" +# --- ARGUMENT PARSING --- +INSTALL_DOTNET=false +DOTNET_MAJOR="" +for arg in "$@"; do + case "$arg" in + --install-dotnet) + INSTALL_DOTNET=true + DOTNET_MAJOR="10" + ;; + --install-dotnet=*) + INSTALL_DOTNET=true + DOTNET_MAJOR="${arg#*=}" + ;; + esac +done +if $INSTALL_DOTNET; then + case "$DOTNET_MAJOR" in + 8|9|10) ;; + *) + echo -e "${RED}Error: --install-dotnet requires major version 8, 9, or 10 (e.g. --install-dotnet=9).${NC}" + exit 1 + ;; + esac +fi + echo -e "${CYAN}SetupVibe Desktop v${VERSION}${NC}" +if $INSTALL_DOTNET; then + echo -e "${YELLOW} → .NET SDK ${DOTNET_MAJOR}.x install requested${NC}" +fi echo "" # --- ENVIRONMENT --- @@ -113,7 +141,7 @@ if [[ "$(uname -s)" == "Linux" ]]; then # If we have errors in APT, we try to fix them by removing potentially broken lists managed by this script # This prevents the error you saw: signature verification failed because keys were deleted - sys_do grep -rl 'docker\|nodesource\|charm\.sh\|cli\.github\|sury\|ondrej\|ansible\|codeiumdata\|windsurf\|antigravity\|pkg\.dev' \ + sys_do grep -rl 'docker\|nodesource\|charm\.sh\|cli\.github\|sury\|ondrej\|ansible\|codeiumdata\|windsurf\|antigravity\|pkg\.dev\|packages\.microsoft' \ /etc/apt/sources.list.d/ 2>/dev/null | xargs -I {} sys_do rm -f "{}" 2>/dev/null || true sys_do apt-get update -y -qq @@ -468,6 +496,81 @@ safe_download() { } +# Install Microsoft .NET SDK (optional; see --install-dotnet / --install-dotnet=MAJOR) +_install_dotnet_via_install_script() { + local inst_dir="$REAL_HOME/.dotnet" + echo -e "${YELLOW}Installing .NET SDK via dotnet-install.sh (channel ${DOTNET_MAJOR}.0) → $inst_dir${NC}" + user_do mkdir -p "$inst_dir" + local script + script=$(mktemp /tmp/dotnet-install.XXXXXX.sh) + if ! curl -fsSL "https://dot.net/v1/dotnet-install.sh" -o "$script"; then + echo -e "${RED}✘ Failed to download dotnet-install.sh${NC}" + rm -f "$script" + return 1 + fi + chmod +x "$script" + if user_do bash "$script" --channel "${DOTNET_MAJOR}.0" --install-dir "$inst_dir"; then + rm -f "$script" + if user_do test -x "$inst_dir/dotnet"; then + echo -e "${GREEN}✔ .NET SDK installed to $inst_dir${NC}" + return 0 + fi + fi + rm -f "$script" + echo -e "${RED}✘ .NET SDK installation failed.${NC}" + return 1 +} + +install_dotnet_sdk() { + echo "" + echo -e "${BLUE}========================================================${NC}" + echo -e "${BOLD}▶ .NET SDK (${DOTNET_MAJOR}.x)${NC}" + echo -e "${BLUE}========================================================${NC}" + local sdk_pkg="dotnet-sdk-${DOTNET_MAJOR}.0" + + if $IS_MACOS; then + _install_dotnet_via_install_script + return $? + fi + + if $IS_LINUX && ( $IS_UBUNTU || $IS_DEBIAN ); then + local msdeb="" + local ubver="" + local dver="" + if $IS_UBUNTU; then + ubver=$(lsb_release -rs 2>/dev/null) + [[ -n "$ubver" ]] && msdeb="https://packages.microsoft.com/config/ubuntu/${ubver}/packages-microsoft-prod.deb" + else + dver=$(grep -E '^VERSION_ID=' /etc/os-release 2>/dev/null | cut -d= -f2 | tr -d '"') + [[ -n "$dver" ]] && msdeb="https://packages.microsoft.com/config/debian/${dver}/packages-microsoft-prod.deb" + fi + + if [[ -n "$msdeb" ]]; then + local tmpdeb + tmpdeb=$(mktemp /tmp/msprodXXXXXX.deb) + echo -e "${YELLOW}Adding Microsoft package repository...${NC}" + if curl -fsSL "$msdeb" -o "$tmpdeb" && sys_do dpkg -i "$tmpdeb"; then + rm -f "$tmpdeb" + sys_do apt-get install -f -y -qq 2>/dev/null || true + sys_do apt-get update -qq + if sys_do apt-get install -y "$sdk_pkg"; then + echo -e "${GREEN}✔ .NET SDK installed via APT (${sdk_pkg}).${NC}" + command -v dotnet >/dev/null 2>&1 && user_do dotnet --version + return 0 + fi + else + rm -f "$tmpdeb" + fi + echo -e "${YELLOW}⚠ APT install failed or package unavailable — trying dotnet-install.sh...${NC}" + fi + else + echo -e "${YELLOW}⚠ Non-Debian/Ubuntu Linux — using dotnet-install.sh...${NC}" + fi + + _install_dotnet_via_install_script +} + + # --- INSTALLATION STEPS --- @@ -735,6 +838,10 @@ step_5() { brew_cmd install cronboard cron_ensure + + if $INSTALL_DOTNET; then + install_dotnet_sdk || echo -e "${YELLOW}⚠ .NET SDK step finished with warnings.${NC}" + fi else echo "Setup Python..." sys_do apt-get install -y python3 python3-pip python3-venv python-is-python3 @@ -771,6 +878,10 @@ step_5() { fi cron_ensure + + if $INSTALL_DOTNET; then + install_dotnet_sdk || echo -e "${YELLOW}⚠ .NET SDK step finished with warnings.${NC}" + fi fi } diff --git a/docs/README.md b/docs/README.md index 9dc8f74..6113fcd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # SetupVibe Documentation -> Automated development environment setup — v0.41.6 +> Automated development environment setup — v0.41.7 SetupVibe transforms any fresh machine into a fully configured development workspace in one command. It supports two editions depending on your target: @@ -29,6 +29,19 @@ To initialize Docker Swarm automatically after setup: curl -sSL server.setupvibe.dev | bash -s -- --manager ``` +To install the **.NET SDK** (default **.NET 10**; use `=8` or `=9` for other supported majors): + +```bash +curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL server.setupvibe.dev | bash -s -- --install-dotnet +``` + +You can combine flags on the Server edition (order does not matter), for example: + +```bash +curl -sSL server.setupvibe.dev | bash -s -- --manager --install-dotnet +``` + ## Edition Comparison | Feature | Desktop | Server | @@ -51,6 +64,7 @@ curl -sSL server.setupvibe.dev | bash -s -- --manager | AI CLI tools | ✔ | ✔ | | PM2 auto-startup | ✔ | ✗ | | Docker Swarm Manager (`--manager`) | ✗ | ✔ | +| Optional .NET SDK (`--install-dotnet`) | ✔ | ✔ | ## Specialized Guides diff --git a/docs/desktop/README.md b/docs/desktop/README.md index a01f7d5..07ad4d2 100644 --- a/docs/desktop/README.md +++ b/docs/desktop/README.md @@ -1,8 +1,8 @@ # SetupVibe — Desktop Edition -> Cross-platform development environment setup — v0.41.6 +> Cross-platform development environment setup — v0.41.7 -Cross-platform setup for macOS and Linux desktops. Installs a complete development stack in one command: languages (PHP, Ruby, Go, Rust, Python, Node.js), DevOps tools, modern Unix utilities, shell, tmux, and AI CLI tools. +Cross-platform setup for macOS and Linux desktops. Installs a complete development stack in one command: languages (PHP, Ruby, Go, Rust, Python, Node.js; optional .NET SDK via `--install-dotnet`), DevOps tools, modern Unix utilities, shell, tmux, and AI CLI tools. ## Documentation diff --git a/docs/desktop/en/README.md b/docs/desktop/en/README.md index b170525..189a5f3 100644 --- a/docs/desktop/en/README.md +++ b/docs/desktop/en/README.md @@ -1,6 +1,6 @@ # SetupVibe — Desktop Edition -> Cross-platform development environment setup — v0.41.6 +> Cross-platform development environment setup — v0.41.7 Installs and configures a complete developer stack in one command. Supports macOS and major Linux distributions. @@ -29,6 +29,14 @@ Or locally: bash desktop.sh ``` +Optional **.NET SDK** (default **.NET 10**; supported majors `8`, `9`, `10`): + +```bash +curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet=8 +bash desktop.sh --install-dotnet=10 +``` + The script shows an interactive roadmap and asks for confirmation before starting. It also prompts to configure Git identity if not already set. --- diff --git a/docs/desktop/en/SPECKIT.md b/docs/desktop/en/SPECKIT.md index 32f5918..bb376e6 100644 --- a/docs/desktop/en/SPECKIT.md +++ b/docs/desktop/en/SPECKIT.md @@ -1,6 +1,6 @@ # Spec-Kit Guide -> Tooling guide — v0.41.6 +> Tooling guide — v0.41.7 SetupVibe installs [Spec-Kit](https://github.com/github/spec-kit) on the Desktop edition (macOS and Linux desktop) via `uv tool install specify-cli`. diff --git a/docs/desktop/en/cronboard.md b/docs/desktop/en/cronboard.md index d0a1d67..806731f 100644 --- a/docs/desktop/en/cronboard.md +++ b/docs/desktop/en/cronboard.md @@ -1,6 +1,6 @@ # Cronboard Guide > -> Cron TUI for dashboard monitoring — v0.41.6 +> Cron TUI for dashboard monitoring — v0.41.7 SetupVibe installs [Cronboard](https://github.com/antoniorodr/cronboard) to provide a terminal user interface (TUI) for managing cron tasks. diff --git a/docs/desktop/en/pm2.md b/docs/desktop/en/pm2.md index a625e34..4acc1c0 100644 --- a/docs/desktop/en/pm2.md +++ b/docs/desktop/en/pm2.md @@ -1,6 +1,6 @@ # PM2 Guide > -> Process management guide — v0.41.6 +> Process management guide — v0.41.7 SetupVibe installs [PM2](https://pm2.keymetrics.io/) globally and configures it for auto-startup on the Desktop edition. diff --git a/docs/desktop/en/tmux.md b/docs/desktop/en/tmux.md index 10a2c69..4749459 100644 --- a/docs/desktop/en/tmux.md +++ b/docs/desktop/en/tmux.md @@ -1,6 +1,6 @@ # Tmux Guide > -> Terminal multiplexer configuration — v0.41.6 +> Terminal multiplexer configuration — v0.41.7 SetupVibe installs and configures tmux with [TPM](https://github.com/tmux-plugins/tpm) and a curated plugin set. The Desktop edition uses [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), downloaded automatically during setup. diff --git a/docs/desktop/es/README.md b/docs/desktop/es/README.md index 31d6e9f..adbd43c 100644 --- a/docs/desktop/es/README.md +++ b/docs/desktop/es/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edición Escritorio -> Configuración de entorno de desarrollo multiplataforma — v0.41.6 +> Configuración de entorno de desarrollo multiplataforma — v0.41.7 Instala y configura un stack de desarrollo completo en un solo comando. Soporta macOS y las principales distribuciones de Linux. @@ -29,6 +29,14 @@ O localmente: bash desktop.sh ``` +**.NET SDK** opcional (predeterminado **.NET 10**; majors admitidos `8`, `9`, `10`): + +```bash +curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet=8 +bash desktop.sh --install-dotnet=10 +``` + El script muestra una hoja de ruta interactiva y solicita confirmación antes de comenzar. También propone configurar la identidad de Git si aún no está definida. --- diff --git a/docs/desktop/es/SPECKIT.md b/docs/desktop/es/SPECKIT.md index 367c459..99ecc2b 100644 --- a/docs/desktop/es/SPECKIT.md +++ b/docs/desktop/es/SPECKIT.md @@ -2,7 +2,7 @@ SetupVibe instala [Spec-Kit](https://github.com/github/spec-kit) en la edición Desktop (macOS y Linux escritorio) a través de `uv tool install specify-cli`. -> Guía de herramientas — v0.41.6 +> Guía de herramientas — v0.41.7 - **Comando:** `specify` - **Paquete:** `specify-cli` (PyPI) diff --git a/docs/desktop/es/cronboard.md b/docs/desktop/es/cronboard.md index e993c14..aa22dbb 100644 --- a/docs/desktop/es/cronboard.md +++ b/docs/desktop/es/cronboard.md @@ -1,6 +1,6 @@ # Guía de Cronboard > -> Panel de monitoreo Cron TUI — v0.41.6 +> Panel de monitoreo Cron TUI — v0.41.7 SetupVibe instala [Cronboard](https://github.com/antoniorodr/cronboard) para proporcionar una interfaz de usuario de terminal (TUI) para gestionar tareas de cron. diff --git a/docs/desktop/es/pm2.md b/docs/desktop/es/pm2.md index a203da4..095a6f6 100644 --- a/docs/desktop/es/pm2.md +++ b/docs/desktop/es/pm2.md @@ -1,6 +1,6 @@ # Guía de PM2 > -> Guía de gestión de procesos — v0.41.6 +> Guía de gestión de procesos — v0.41.7 SetupVibe instala [PM2](https://pm2.keymetrics.io/) globalmente y lo configura para que se inicie automáticamente en la edición Desktop. diff --git a/docs/desktop/es/tmux.md b/docs/desktop/es/tmux.md index 80d2e11..1dff19a 100644 --- a/docs/desktop/es/tmux.md +++ b/docs/desktop/es/tmux.md @@ -1,6 +1,6 @@ # Guía de Tmux > -> Configuración del multiplexor de terminal — v0.41.6 +> Configuración del multiplexor de terminal — v0.41.7 SetupVibe instala y configura tmux con [TPM](https://github.com/tmux-plugins/tpm) y un conjunto de plugins seleccionados. La edición Desktop usa [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), descargada automáticamente durante la instalación. diff --git a/docs/desktop/fr/README.md b/docs/desktop/fr/README.md index f79c005..60d48be 100644 --- a/docs/desktop/fr/README.md +++ b/docs/desktop/fr/README.md @@ -1,6 +1,6 @@ # SetupVibe — Édition Bureau -> Configuration de l'environnement de développement multiplateforme — v0.41.6 +> Configuration de l'environnement de développement multiplateforme — v0.41.7 Installe et configure un stack complet de développeur en une seule commande. Supporte macOS et les principales distributions Linux. @@ -29,6 +29,14 @@ Ou localement : bash desktop.sh ``` +**.NET SDK** facultatif (par défaut **.NET 10** ; versions majeures prises en charge `8`, `9`, `10`) : + +```bash +curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet=8 +bash desktop.sh --install-dotnet=10 +``` + Le script affiche une feuille de route interactive et demande confirmation avant de commencer. Il propose également de configurer l'identité Git si elle n'est pas déjà définie. --- diff --git a/docs/desktop/fr/SPECKIT.md b/docs/desktop/fr/SPECKIT.md index bdb9c0e..3109121 100644 --- a/docs/desktop/fr/SPECKIT.md +++ b/docs/desktop/fr/SPECKIT.md @@ -2,7 +2,7 @@ SetupVibe installe [Spec-Kit](https://github.com/github/spec-kit) sur l'édition Desktop (macOS et Linux bureau) via `uv tool install specify-cli`. -> Guide des outils — v0.41.6 +> Guide des outils — v0.41.7 - **Commande :** `specify` - **Paquet :** `specify-cli` (PyPI) diff --git a/docs/desktop/fr/cronboard.md b/docs/desktop/fr/cronboard.md index ca7e974..f02f2f2 100644 --- a/docs/desktop/fr/cronboard.md +++ b/docs/desktop/fr/cronboard.md @@ -1,6 +1,6 @@ # Guide Cronboard > -> Tableau de bord de surveillance Cron TUI — v0.41.6 +> Tableau de bord de surveillance Cron TUI — v0.41.7 SetupVibe installe [Cronboard](https://github.com/antoniorodr/cronboard) pour fournir une interface utilisateur de terminal (TUI) pour la gestion des tâches cron. diff --git a/docs/desktop/fr/pm2.md b/docs/desktop/fr/pm2.md index e20384f..05109ed 100644 --- a/docs/desktop/fr/pm2.md +++ b/docs/desktop/fr/pm2.md @@ -1,6 +1,6 @@ # Guide PM2 > -> Guide de gestion de processus — v0.41.6 +> Guide de gestion de processus — v0.41.7 SetupVibe installe [PM2](https://pm2.keymetrics.io/) globalement et le configure pour un démarrage automatique sur l'édition Desktop. diff --git a/docs/desktop/fr/tmux.md b/docs/desktop/fr/tmux.md index e3ea3b6..152091c 100644 --- a/docs/desktop/fr/tmux.md +++ b/docs/desktop/fr/tmux.md @@ -1,6 +1,6 @@ # Guide Tmux > -> Configuration do multiplexeur de terminal — v0.41.6 +> Configuration do multiplexeur de terminal — v0.41.7 SetupVibe installe et configure tmux avec [TPM](https://github.com/tmux-plugins/tpm) et un ensemble de plugins sélectionnés. L'édition Desktop utilise [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), téléchargée automatiquement lors de l'installation. diff --git a/docs/desktop/pt-br/README.md b/docs/desktop/pt-br/README.md index 562f0b0..6c35504 100644 --- a/docs/desktop/pt-br/README.md +++ b/docs/desktop/pt-br/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edição Desktop -> Configuração de ambiente de desenvolvimento multiplataforma — v0.41.6 +> Configuração de ambiente de desenvolvimento multiplataforma — v0.41.7 Instala e configura um stack de desenvolvedor completo em um comando. Suporta macOS e as principais distribuições Linux. @@ -29,6 +29,14 @@ Ou localmente: bash desktop.sh ``` +**.NET SDK** opcional (padrão **.NET 10**; majors suportados `8`, `9`, `10`): + +```bash +curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet=8 +bash desktop.sh --install-dotnet=10 +``` + O script exibe um roteiro interativo e solicita confirmação antes de iniciar. Também solicita a configuração da identidade do Git, caso ainda não esteja definida. --- diff --git a/docs/desktop/pt-br/SPECKIT.md b/docs/desktop/pt-br/SPECKIT.md index 60d8a8d..65a671b 100644 --- a/docs/desktop/pt-br/SPECKIT.md +++ b/docs/desktop/pt-br/SPECKIT.md @@ -2,7 +2,7 @@ O SetupVibe instala o [Spec-Kit](https://github.com/github/spec-kit) na edição Desktop (macOS e Linux desktop) via `uv tool install specify-cli`. -> Guia de ferramentas — v0.41.6 +> Guia de ferramentas — v0.41.7 - **Comando:** `specify` - **Pacote:** `specify-cli` (PyPI) diff --git a/docs/desktop/pt-br/cronboard.md b/docs/desktop/pt-br/cronboard.md index 4a124af..c56b700 100644 --- a/docs/desktop/pt-br/cronboard.md +++ b/docs/desktop/pt-br/cronboard.md @@ -1,6 +1,6 @@ # Guia do Cronboard > -> Dashboard de monitoramento Cron TUI — v0.41.6 +> Dashboard de monitoramento Cron TUI — v0.41.7 O SetupVibe instala o [Cronboard](https://github.com/antoniorodr/cronboard) para fornecer uma interface visual (TUI) para gerenciamento de tarefas cron. diff --git a/docs/desktop/pt-br/pm2.md b/docs/desktop/pt-br/pm2.md index 9bfa8da..d395070 100644 --- a/docs/desktop/pt-br/pm2.md +++ b/docs/desktop/pt-br/pm2.md @@ -1,6 +1,6 @@ # Guia do PM2 > -> Guia de gerenciamento de processos — v0.41.6 +> Guia de gerenciamento de processos — v0.41.7 O SetupVibe instala o [PM2](https://pm2.keymetrics.io/) globalmente e o configura para inicialização automática na edição Desktop. diff --git a/docs/desktop/pt-br/tmux.md b/docs/desktop/pt-br/tmux.md index 60a6a0a..7d67340 100644 --- a/docs/desktop/pt-br/tmux.md +++ b/docs/desktop/pt-br/tmux.md @@ -1,6 +1,6 @@ # Guia do Tmux > -> Configuração do multiplexador de terminal — v0.41.6 +> Configuração do multiplexador de terminal — v0.41.7 O SetupVibe instala e configura o tmux com o [TPM](https://github.com/tmux-plugins/tpm) e um conjunto selecionado de plugins. A Edição Desktop usa [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), baixada automaticamente durante a instalação. diff --git a/docs/en/ALIAS.md b/docs/en/ALIAS.md index 066c47c..4b643e3 100644 --- a/docs/en/ALIAS.md +++ b/docs/en/ALIAS.md @@ -1,6 +1,6 @@ # SetupVibe Aliases -> Shell environment aliases — v0.41.6 +> Shell environment aliases — v0.41.7 This is the exhaustive list of all aliases configured by SetupVibe on all platforms. diff --git a/docs/en/CONTRIBUTING.md b/docs/en/CONTRIBUTING.md index 24d73c6..bb01f1d 100644 --- a/docs/en/CONTRIBUTING.md +++ b/docs/en/CONTRIBUTING.md @@ -57,7 +57,7 @@ All `.md` files must follow these rules strictly: ## 🔢 Versioning Process -When updating the version (e.g., from `0.41.6` to `0.42.0`), you **must** update the version string in all of the following locations: +When updating the version (e.g., from `0.41.7` to `0.42.0`), you **must** update the version string in all of the following locations: - `desktop.sh` (the `VERSION` variable) - `server.sh` (the `VERSION` variable) diff --git a/docs/es/ALIAS.md b/docs/es/ALIAS.md index 6de83d4..c292383 100644 --- a/docs/es/ALIAS.md +++ b/docs/es/ALIAS.md @@ -1,6 +1,6 @@ # Aliases de SetupVibe -> Aliases del entorno de shell — v0.41.6 +> Aliases del entorno de shell — v0.41.7 Esta é a lista exaustiva de todos os aliases configurados pelo SetupVibe em todas as plataformas. diff --git a/docs/es/CONTRIBUTING.md b/docs/es/CONTRIBUTING.md index 497d850..c1e90c3 100644 --- a/docs/es/CONTRIBUTING.md +++ b/docs/es/CONTRIBUTING.md @@ -57,7 +57,7 @@ Todos los archivos `.md` deben seguir estas reglas estrictamente: ## 🔢 Proceso de Versionado -Al actualizar la versión (ej: de `0.41.6` a `0.42.0`), **debes** actualizar la cadena de versión en todas las siguientes ubicaciones: +Al actualizar la versión (ej: de `0.41.7` a `0.42.0`), **debes** actualizar la cadena de versión en todas las siguientes ubicaciones: - `desktop.sh` (variable `VERSION`) - `server.sh` (variable `VERSION`) diff --git a/docs/fr/ALIAS.md b/docs/fr/ALIAS.md index e64bbcd..3fc9d56 100644 --- a/docs/fr/ALIAS.md +++ b/docs/fr/ALIAS.md @@ -1,6 +1,6 @@ # Aliases SetupVibe -> Alias de l'environnement shell — v0.41.6 +> Alias de l'environnement shell — v0.41.7 Voici la liste exhaustive de todos os aliases configurados por SetupVibe sur toutes les plateformes. diff --git a/docs/fr/CONTRIBUTING.md b/docs/fr/CONTRIBUTING.md index 4ba2f64..878c20a 100644 --- a/docs/fr/CONTRIBUTING.md +++ b/docs/fr/CONTRIBUTING.md @@ -57,7 +57,7 @@ Tous les fichiers `.md` doivent suivre strictement ces règles : ## 🔢 Processus de Versionnage -Lors de la mise à jour de la version (ex : de `0.41.6` à `0.42.0`), vous **devez** mettre à jour la chaîne de version dans tous les emplacements suivants : +Lors de la mise à jour de la version (ex : de `0.41.7` à `0.42.0`), vous **devez** mettre à jour la chaîne de version dans tous les emplacements suivants : - `desktop.sh` (variable `VERSION`) - `server.sh` (variable `VERSION`) diff --git a/docs/pt-br/ALIAS.md b/docs/pt-br/ALIAS.md index 7da5040..cd7fc0b 100644 --- a/docs/pt-br/ALIAS.md +++ b/docs/pt-br/ALIAS.md @@ -1,6 +1,6 @@ # SetupVibe Aliases -> Aliases do ambiente shell — v0.41.6 +> Aliases do ambiente shell — v0.41.7 Esta é a lista exaustiva de todos os aliases configurados pelo SetupVibe em todas as plataformas. diff --git a/docs/pt-br/CONTRIBUTING.md b/docs/pt-br/CONTRIBUTING.md index 04a4684..90c95f1 100644 --- a/docs/pt-br/CONTRIBUTING.md +++ b/docs/pt-br/CONTRIBUTING.md @@ -57,7 +57,7 @@ Todos os arquivos `.md` devem seguir estas regras rigorosamente: ## 🔢 Processo de Versionamento -Ao atualizar a versão (ex: de `0.41.6` para `0.42.0`), você **deve** atualizar a string de versão em todos os seguintes locais: +Ao atualizar a versão (ex: de `0.41.7` para `0.42.0`), você **deve** atualizar a string de versão em todos os seguintes locais: - `desktop.sh` (variável `VERSION`) - `server.sh` (variável `VERSION`) diff --git a/docs/server/README.md b/docs/server/README.md index ff4e604..be462af 100644 --- a/docs/server/README.md +++ b/docs/server/README.md @@ -1,8 +1,8 @@ # SetupVibe — Server Edition -> Linux server setup — v0.41.6 +> Linux server setup — v0.41.7 -Lean Linux-only setup for production servers. No Homebrew, no language ecosystems. Installs Docker, Ansible, GitHub CLI, networking tools, Tailscale, SSH, shell, tmux, and AI CLI tools via NodeSource Node.js. Optionally configures the machine as a Docker Swarm Manager node via the `--manager` flag. +Lean Linux-only setup for production servers. No Homebrew. Installs Docker, Ansible, GitHub CLI, networking tools, Tailscale, SSH, shell, tmux, and AI CLI tools via NodeSource Node.js. Optionally installs the .NET SDK via `--install-dotnet` (default .NET 10). Optionally configures the machine as a Docker Swarm Manager node via the `--manager` flag. ## Documentation diff --git a/docs/server/en/README.md b/docs/server/en/README.md index 4e502b9..3da9e57 100644 --- a/docs/server/en/README.md +++ b/docs/server/en/README.md @@ -1,6 +1,6 @@ # SetupVibe — Server Edition -> Linux server setup — v0.41.6 +> Linux server setup — v0.41.7 A lean, focused setup script for Linux servers. No Homebrew, no language ecosystems, no desktop tools. Installs only what a production server needs: Docker, Ansible, networking, shell, tmux, and AI CLI tools. @@ -38,6 +38,15 @@ curl -sSL server.setupvibe.dev | bash -s -- --manager bash server.sh --manager ``` +Optional **.NET SDK** (default **.NET 10**; supported majors `8`, `9`, `10`). Compatible with `--manager`: + +```bash +curl -sSL server.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL server.setupvibe.dev | bash -s -- --install-dotnet=8 +curl -sSL server.setupvibe.dev | bash -s -- --manager --install-dotnet +bash server.sh --install-dotnet=10 +``` + The script waits for any running APT lock to clear (useful on fresh cloud VMs where `unattended-upgrades` runs at boot), shows an interactive roadmap, then asks for confirmation. It also prompts to configure Git identity if not already set. At the end of installation, if `--manager` was not passed, the script will interactively ask whether to configure the machine as a Docker Swarm Manager. --- diff --git a/docs/server/es/README.md b/docs/server/es/README.md index 19e6387..18f68a2 100644 --- a/docs/server/es/README.md +++ b/docs/server/es/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edición Servidor -> Configuración de servidor Linux — v0.41.6 +> Configuración de servidor Linux — v0.41.7 Un script de configuración ligero y enfocado para servidores Linux. Sin Homebrew, sin ecosistemas de lenguajes, sin herramientas de escritorio. Instala solo lo que un servidor de producción necesita: Docker, Ansible, redes, shell, tmux y herramientas AI CLI. @@ -38,6 +38,15 @@ curl -sSL server.setupvibe.dev | bash -s -- --manager bash server.sh --manager ``` +**.NET SDK** opcional (predeterminado **.NET 10**; compatible con `--manager`): + +```bash +curl -sSL server.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL server.setupvibe.dev | bash -s -- --install-dotnet=8 +curl -sSL server.setupvibe.dev | bash -s -- --manager --install-dotnet +bash server.sh --install-dotnet=10 +``` + El script espera a que se libere cualquier bloqueo de APT (útil en máquinas virtuales recién creadas donde `unattended-upgrades` se ejecuta al arrancar), muestra una hoja de ruta interactiva y luego solicita confirmación. También propone configurar la identidad de Git si aún no está definida. Al final de la instalación, si no se pasó `--manager`, el script preguntará interactivamente si se desea configurar la máquina como Manager de Docker Swarm. --- diff --git a/docs/server/fr/README.md b/docs/server/fr/README.md index 38d18e9..766aa5a 100644 --- a/docs/server/fr/README.md +++ b/docs/server/fr/README.md @@ -1,6 +1,6 @@ # SetupVibe — Édition Serveur -> Configuration de serveur Linux — v0.41.6 +> Configuration de serveur Linux — v0.41.7 Un script de configuration léger et ciblé pour les serveurs Linux. Pas de Homebrew, pas d'écosystèmes de langages, pas d'outils de bureau. Installe uniquement ce dont un serveur de production a besoin : Docker, Ansible, réseau, shell, tmux et outils AI CLI. @@ -38,6 +38,15 @@ curl -sSL server.setupvibe.dev | bash -s -- --manager bash server.sh --manager ``` +**.NET SDK** facultatif (par défaut **.NET 10** ; compatible avec `--manager`) : + +```bash +curl -sSL server.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL server.setupvibe.dev | bash -s -- --install-dotnet=8 +curl -sSL server.setupvibe.dev | bash -s -- --manager --install-dotnet +bash server.sh --install-dotnet=10 +``` + Le script attend que tout verrou APT en cours soit libéré (utile sur les VMs cloud neuves où `unattended-upgrades` s'exécute au boot), affiche une feuille de route interactive, puis demande confirmation. Il propose également de configurer l'identité Git si elle n'est pas déjà définie. À la fin de l'installation, si `--manager` n'a pas été passé, le script demandera interactivement si la machine doit être configurée comme Manager Docker Swarm. --- diff --git a/docs/server/pt-br/README.md b/docs/server/pt-br/README.md index c7121c4..26126cd 100644 --- a/docs/server/pt-br/README.md +++ b/docs/server/pt-br/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edição Servidor -> Configuração de servidor Linux — v0.41.6 +> Configuração de servidor Linux — v0.41.7 Um script de configuração enxuto e focado para servidores Linux. Sem Homebrew, sem ecossistemas de linguagens, sem ferramentas de desktop. Instala apenas o que um servidor de produção precisa: Docker, Ansible, rede, shell, tmux e ferramentas AI CLI. @@ -38,6 +38,15 @@ curl -sSL server.setupvibe.dev | bash -s -- --manager bash server.sh --manager ``` +**.NET SDK** opcional (padrão **.NET 10**; majors suportados `8`, `9`, `10`). Compatível com `--manager`: + +```bash +curl -sSL server.setupvibe.dev | bash -s -- --install-dotnet +curl -sSL server.setupvibe.dev | bash -s -- --install-dotnet=8 +curl -sSL server.setupvibe.dev | bash -s -- --manager --install-dotnet +bash server.sh --install-dotnet=10 +``` + O script aguarda a liberação de qualquer bloqueio do APT (útil em VMs de nuvem recém-criadas onde o `unattended-upgrades` é executado no boot), exibe um roteiro interativo e solicita confirmação. Também solicita a configuração da identidade do Git, caso ainda não esteja definida. Ao final da instalação, se `--manager` não foi informado, o script perguntará interativamente se a máquina deve ser configurada como Manager do Docker Swarm. --- diff --git a/server.sh b/server.sh index 0b2b0f4..70ee463 100755 --- a/server.sh +++ b/server.sh @@ -26,19 +26,41 @@ NC='\033[0m' # No Color # --- VERSION --- -VERSION="0.41.6" +VERSION="0.41.7" INSTALL_URL="https://server.setupvibe.dev" # --- ARGUMENT PARSING --- SWARM_MANAGER=false +INSTALL_DOTNET=false +DOTNET_MAJOR="" for arg in "$@"; do case "$arg" in --manager) SWARM_MANAGER=true ;; + --install-dotnet) + INSTALL_DOTNET=true + DOTNET_MAJOR="10" + ;; + --install-dotnet=*) + INSTALL_DOTNET=true + DOTNET_MAJOR="${arg#*=}" + ;; esac done +if $INSTALL_DOTNET; then + case "$DOTNET_MAJOR" in + 8|9|10) ;; + *) + echo -e "${RED}Error: --install-dotnet requires major version 8, 9, or 10 (e.g. --install-dotnet=9).${NC}" + exit 1 + ;; + esac +fi echo -e "${CYAN}SetupVibe Server Edition v${VERSION}${NC}" [[ "$SWARM_MANAGER" == "true" ]] && echo -e "${YELLOW} → Docker Swarm Manager mode enabled${NC}" +if $INSTALL_DOTNET; then + echo -e "${YELLOW} → .NET SDK ${DOTNET_MAJOR}.x install requested${NC}" +fi echo "" # --- ENVIRONMENT --- @@ -114,7 +136,7 @@ sys_do mkdir -p -m 755 /etc/apt/keyrings # Remove third-party repos managed by this script to ensure we start from a clean state # This prevents the signature verification error if the keys were deleted but the lists remained -sys_do grep -rl 'docker\|nodesource\|charm\.sh\|cli\.github\|ansible\|codeiumdata\|windsurf\|antigravity\|pkg\.dev' \ +sys_do grep -rl 'docker\|nodesource\|charm\.sh\|cli\.github\|ansible\|codeiumdata\|windsurf\|antigravity\|pkg\.dev\|packages\.microsoft' \ /etc/apt/sources.list.d/ 2>/dev/null | xargs -I {} sys_do rm -f "{}" 2>/dev/null || true # Clean APT cache if we are root @@ -263,6 +285,74 @@ install_key() { return 1 } +_install_dotnet_via_install_script() { + local inst_dir="$REAL_HOME/.dotnet" + echo -e "${YELLOW}Installing .NET SDK via dotnet-install.sh (channel ${DOTNET_MAJOR}.0) → $inst_dir${NC}" + user_do mkdir -p "$inst_dir" + local script + script=$(mktemp /tmp/dotnet-install.XXXXXX.sh) + if ! curl -fsSL "https://dot.net/v1/dotnet-install.sh" -o "$script"; then + echo -e "${RED}✘ Failed to download dotnet-install.sh${NC}" + rm -f "$script" + return 1 + fi + chmod +x "$script" + if user_do bash "$script" --channel "${DOTNET_MAJOR}.0" --install-dir "$inst_dir"; then + rm -f "$script" + if user_do test -x "$inst_dir/dotnet"; then + echo -e "${GREEN}✔ .NET SDK installed to $inst_dir${NC}" + return 0 + fi + fi + rm -f "$script" + echo -e "${RED}✘ .NET SDK installation failed.${NC}" + return 1 +} + +install_dotnet_sdk() { + echo "" + echo -e "${BLUE}========================================================${NC}" + echo -e "${BOLD}▶ .NET SDK (${DOTNET_MAJOR}.x)${NC}" + echo -e "${BLUE}========================================================${NC}" + local sdk_pkg="dotnet-sdk-${DOTNET_MAJOR}.0" + + if $IS_UBUNTU || $IS_DEBIAN; then + local msdeb="" + local ubver="" + local dver="" + if $IS_UBUNTU; then + ubver=$(lsb_release -rs 2>/dev/null) + [[ -n "$ubver" ]] && msdeb="https://packages.microsoft.com/config/ubuntu/${ubver}/packages-microsoft-prod.deb" + else + dver=$(grep -E '^VERSION_ID=' /etc/os-release 2>/dev/null | cut -d= -f2 | tr -d '"') + [[ -n "$dver" ]] && msdeb="https://packages.microsoft.com/config/debian/${dver}/packages-microsoft-prod.deb" + fi + + if [[ -n "$msdeb" ]]; then + local tmpdeb + tmpdeb=$(mktemp /tmp/msprodXXXXXX.deb) + echo -e "${YELLOW}Adding Microsoft package repository...${NC}" + if curl -fsSL "$msdeb" -o "$tmpdeb" && sys_do dpkg -i "$tmpdeb"; then + rm -f "$tmpdeb" + sys_do apt-get install -f -y -qq 2>/dev/null || true + sys_do apt-get update -qq + if sys_do apt-get install -y "$sdk_pkg"; then + echo -e "${GREEN}✔ .NET SDK installed via APT (${sdk_pkg}).${NC}" + command -v dotnet >/dev/null 2>&1 && user_do dotnet --version + return 0 + fi + else + rm -f "$tmpdeb" + fi + echo -e "${YELLOW}⚠ APT install failed or package unavailable — trying dotnet-install.sh...${NC}" + fi + else + echo -e "${YELLOW}⚠ Non-Debian/Ubuntu Linux — using dotnet-install.sh...${NC}" + fi + + _install_dotnet_via_install_script +} + header() { clear echo -e "${MAGENTA}" @@ -636,6 +726,10 @@ step_6() { step_7() { + if $INSTALL_DOTNET; then + install_dotnet_sdk || echo -e "${YELLOW}⚠ .NET SDK step finished with warnings.${NC}" + fi + echo "Installing Node.js 24 via NodeSource..." install_key "https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key" "/etc/apt/keyrings/nodesource.gpg" echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_24.x nodistro main" | sys_do tee /etc/apt/sources.list.d/nodesource.list From 3d2ed6a17b9a189f186c81521f01341aff35174f Mon Sep 17 00:00:00 2001 From: Bruno Belchior Souza Vicente Date: Sat, 18 Apr 2026 11:58:20 -0300 Subject: [PATCH 2/4] feat: show .NET in roadmap when SDK is requested or already present Update STEPS titles via update_steps_dotnet_labels() before show_roadmap_and_wait on desktop (step 5) and server (AI CLI Tools). Bump version to v0.41.8, CHANGELOG, and docs. Made-with: Cursor --- .claude/skills/documentation/SKILL.md | 2 +- .claude/skills/make-changelog/SKILL.md | 2 +- .gemini/skills/documentation/SKILL.md | 2 +- .gemini/skills/make-changelog/SKILL.md | 2 +- AGENTS.md | 2 +- CHANGELOG.md | 8 ++++++++ CLAUDE.md | 2 +- GEMINI.md | 2 +- MARKDOWN.md | 2 +- README.md | 2 +- desktop.sh | 26 +++++++++++++++++++++++++- docs/README.md | 4 ++-- docs/desktop/README.md | 2 +- docs/desktop/en/README.md | 4 ++-- docs/desktop/en/SPECKIT.md | 2 +- docs/desktop/en/cronboard.md | 2 +- docs/desktop/en/pm2.md | 2 +- docs/desktop/en/tmux.md | 2 +- docs/desktop/es/README.md | 4 ++-- docs/desktop/es/SPECKIT.md | 2 +- docs/desktop/es/cronboard.md | 2 +- docs/desktop/es/pm2.md | 2 +- docs/desktop/es/tmux.md | 2 +- docs/desktop/fr/README.md | 4 ++-- docs/desktop/fr/SPECKIT.md | 2 +- docs/desktop/fr/cronboard.md | 2 +- docs/desktop/fr/pm2.md | 2 +- docs/desktop/fr/tmux.md | 2 +- docs/desktop/pt-br/README.md | 4 ++-- docs/desktop/pt-br/SPECKIT.md | 2 +- docs/desktop/pt-br/cronboard.md | 2 +- docs/desktop/pt-br/pm2.md | 2 +- docs/desktop/pt-br/tmux.md | 2 +- docs/en/ALIAS.md | 2 +- docs/en/CONTRIBUTING.md | 2 +- docs/es/ALIAS.md | 2 +- docs/es/CONTRIBUTING.md | 2 +- docs/fr/ALIAS.md | 2 +- docs/fr/CONTRIBUTING.md | 2 +- docs/pt-br/ALIAS.md | 2 +- docs/pt-br/CONTRIBUTING.md | 2 +- docs/server/README.md | 2 +- docs/server/en/README.md | 4 ++-- docs/server/es/README.md | 4 ++-- docs/server/fr/README.md | 4 ++-- docs/server/pt-br/README.md | 4 ++-- server.sh | 26 +++++++++++++++++++++++++- 47 files changed, 111 insertions(+), 55 deletions(-) diff --git a/.claude/skills/documentation/SKILL.md b/.claude/skills/documentation/SKILL.md index 9a95d04..9589ccb 100644 --- a/.claude/skills/documentation/SKILL.md +++ b/.claude/skills/documentation/SKILL.md @@ -16,7 +16,7 @@ Ao criar ou editar QUALQUER arquivo `.md`, você DEVE seguir estas regras para e ```markdown # Título do Guia - > Descrição curta — v0.41.7 + > Descrição curta — v0.41.8 ``` 2. **Hierarquia de Títulos:** Use `#` para H1, `##` para H2, etc. Nunca pule níveis (ex: não pule de H1 para H3). 3. **Tabelas:** Alinhamento obrigatório com pipes `|` e linha separadora `|---|---|`. diff --git a/.claude/skills/make-changelog/SKILL.md b/.claude/skills/make-changelog/SKILL.md index acb6259..c6037b8 100644 --- a/.claude/skills/make-changelog/SKILL.md +++ b/.claude/skills/make-changelog/SKILL.md @@ -27,7 +27,7 @@ Distribua as mudanças nas seções padronizadas do "Keep a Changelog": ## 3. Formatação e Estilo - **Cabeçalho da Versão:** Use H2 com colchetes, versão e data (AAAA-MM-DD). - * *Exemplo:* `## [v0.41.7] - 2026-04-05` + * *Exemplo:* `## [v0.41.8] - 2026-04-05` - **Mensagens:** * Use o tempo verbal no passado (ex: "Added", "Improved", "Fixed"). * Seja conciso mas específico (ex: em vez de "Update PATH", use "Improved PATH handling for Ruby and Composer"). diff --git a/.gemini/skills/documentation/SKILL.md b/.gemini/skills/documentation/SKILL.md index 4459610..1a2c63a 100644 --- a/.gemini/skills/documentation/SKILL.md +++ b/.gemini/skills/documentation/SKILL.md @@ -11,7 +11,7 @@ Este guia define o padrão ouro para manter a documentação do SetupVibe sincro Ao criar ou editar QUALQUER arquivo `.md`, você DEVE invocar a skill **`markdown-format`** para garantir a conformidade com as regras do projeto: -1. **Cabeçalho Padrão:** Começar com H1 seguido de blockquote com a versão. Ex: `> Descrição curta — v0.41.7`. +1. **Cabeçalho Padrão:** Começar com H1 seguido de blockquote com a versão. Ex: `> Descrição curta — v0.41.8`. 2. **Linting Delegado:** Todas as regras de títulos, tabelas, code blocks, links, listas e espaçamentos são gerenciadas pela skill `markdown-format`. **Não ignore seus avisos**. 3. **Linting Final:** Após criar ou editar o arquivo, processe-o com a skill `markdown-format` para validar conformidade. diff --git a/.gemini/skills/make-changelog/SKILL.md b/.gemini/skills/make-changelog/SKILL.md index b61ba00..ff2397b 100644 --- a/.gemini/skills/make-changelog/SKILL.md +++ b/.gemini/skills/make-changelog/SKILL.md @@ -28,7 +28,7 @@ Distribua as mudanças nas seções padronizadas do "Keep a Changelog": Para garantir a perfeição visual e técnica do `CHANGELOG.md`: -- **Cabeçalho da Versão:** Use H2 com colchetes, versão e data (AAAA-MM-DD). Ex: `## [v0.41.7] - 2026-04-05`. +- **Cabeçalho da Versão:** Use H2 com colchetes, versão e data (AAAA-MM-DD). Ex: `## [v0.41.8] - 2026-04-05`. - **Mensagens:** Use bullet points `-` e tempo verbal no passado (Added, Improved, Fixed). - **Linting:** Após gerar o conteúdo, **você deve invocar a skill `markdown-format`** para aplicar o alinhamento de tabelas, espaçamento de blocos e o rodapé obrigatório. diff --git a/AGENTS.md b/AGENTS.md index 4d74021..55217a0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,7 +4,7 @@ This file provides instructions and context for AI coding agents (OpenAI Codex, ## What This Project Is -**SetupVibe** is a cross-platform automated development environment setup script (v0.41.7). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). +**SetupVibe** is a cross-platform automated development environment setup script (v0.41.8). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). There are two editions: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb7b96..d6808f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to **SetupVibe** are documented in this file. --- +## [v0.41.8] - 2026-04-18 + +### Changed + +- Roadmap and installation summary now show **.NET** in the relevant step title when `--install-dotnet` is used, or when an existing **.NET SDK** is detected (Desktop step 5; Server **AI CLI Tools** step). + +--- + ## [v0.41.7] - 2026-04-18 ### Added diff --git a/CLAUDE.md b/CLAUDE.md index 203ea96..062b2f6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## What This Project Is -**SetupVibe** is a cross-platform automated development environment setup script (v0.41.7). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). +**SetupVibe** is a cross-platform automated development environment setup script (v0.41.8). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). There are two editions: diff --git a/GEMINI.md b/GEMINI.md index f855c95..c9ba152 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -4,7 +4,7 @@ This file provides instructions and context for Gemini CLI when working with the ## Project Overview -**SetupVibe** is a cross-platform automated development environment setup tool (v0.41.7). It streamlines the installation and configuration of a complete developer toolkit for macOS (12+) and major Linux distributions (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). +**SetupVibe** is a cross-platform automated development environment setup tool (v0.41.8). It streamlines the installation and configuration of a complete developer toolkit for macOS (12+) and major Linux distributions (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). The project consists of two primary editions: diff --git a/MARKDOWN.md b/MARKDOWN.md index 65a79fa..64612b2 100644 --- a/MARKDOWN.md +++ b/MARKDOWN.md @@ -394,7 +394,7 @@ Documentation files in `docs/` should begin with an H1 and a blockquote describi ```markdown # Guide Title -> Short description — v0.41.7 +> Short description — v0.41.8 ``` --- diff --git a/README.md b/README.md index 77d6f02..076d1ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SetupVibe -> The ultimate cross-platform development environment setup script — v0.41.7 +> The ultimate cross-platform development environment setup script — v0.41.8 Installs and configures a complete development stack in one command, supporting macOS and major Linux distributions. diff --git a/desktop.sh b/desktop.sh index 4117b7a..ac2eaad 100644 --- a/desktop.sh +++ b/desktop.sh @@ -25,7 +25,7 @@ NC='\033[0m' # No Color # --- VERSION --- -VERSION="0.41.7" +VERSION="0.41.8" INSTALL_URL="https://desktop.setupvibe.dev" # --- ARGUMENT PARSING --- @@ -1319,9 +1319,33 @@ step_14() { } +# Adjust roadmap/summary labels when .NET install is requested or already present +update_steps_dotnet_labels() { + local base="Languages (Go, Rust, Python + uv)" + if $INSTALL_DOTNET; then + STEPS[4]="${base}; .NET SDK ${DOTNET_MAJOR}.x" + return + fi + local dver="" + if [[ -x "$REAL_HOME/.dotnet/dotnet" ]]; then + dver=$(user_do env HOME="$REAL_HOME" PATH="$REAL_HOME/.dotnet:${PATH}" "$REAL_HOME/.dotnet/dotnet" --version 2>/dev/null | head -1 | tr -d '\r' || true) + fi + if [[ -z "$dver" ]] && user_do bash -lc 'export PATH="$HOME/.dotnet:/usr/local/bin:/usr/bin:$PATH"; command -v dotnet' &>/dev/null; then + dver=$(user_do bash -lc 'export PATH="$HOME/.dotnet:/usr/local/bin:/usr/bin:$PATH"; dotnet --version 2>/dev/null' | head -1 | tr -d '\r' || true) + fi + if [[ -z "$dver" ]] && command -v dotnet &>/dev/null; then + dver=$(dotnet --version 2>/dev/null | head -1 | tr -d '\r' || true) + fi + if [[ -n "$dver" ]]; then + STEPS[4]="${base} [.NET present: ${dver}]" + fi +} + + # --- MAIN EXECUTION --- +update_steps_dotnet_labels show_roadmap_and_wait configure_git_interactive diff --git a/docs/README.md b/docs/README.md index 6113fcd..8b5fbb1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,8 +1,8 @@ # SetupVibe Documentation -> Automated development environment setup — v0.41.7 +> Automated development environment setup — v0.41.8 -SetupVibe transforms any fresh machine into a fully configured development workspace in one command. It supports two editions depending on your target: +SetupVibe transforms any fresh machine into a fully configured development workspace in one command. It supports two editions depending on your target. When you pass `--install-dotnet` or a .NET SDK is already detected, the interactive roadmap and final installation summary include **.NET** in the relevant step title (Desktop: Languages step; Server: AI CLI Tools). | Edition | Script | Platforms | Guides | | ----------- | ------------ | ---------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | diff --git a/docs/desktop/README.md b/docs/desktop/README.md index 07ad4d2..e2baa05 100644 --- a/docs/desktop/README.md +++ b/docs/desktop/README.md @@ -1,6 +1,6 @@ # SetupVibe — Desktop Edition -> Cross-platform development environment setup — v0.41.7 +> Cross-platform development environment setup — v0.41.8 Cross-platform setup for macOS and Linux desktops. Installs a complete development stack in one command: languages (PHP, Ruby, Go, Rust, Python, Node.js; optional .NET SDK via `--install-dotnet`), DevOps tools, modern Unix utilities, shell, tmux, and AI CLI tools. diff --git a/docs/desktop/en/README.md b/docs/desktop/en/README.md index 189a5f3..0ca92f8 100644 --- a/docs/desktop/en/README.md +++ b/docs/desktop/en/README.md @@ -1,6 +1,6 @@ # SetupVibe — Desktop Edition -> Cross-platform development environment setup — v0.41.7 +> Cross-platform development environment setup — v0.41.8 Installs and configures a complete developer stack in one command. Supports macOS and major Linux distributions. @@ -37,7 +37,7 @@ curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet=8 bash desktop.sh --install-dotnet=10 ``` -The script shows an interactive roadmap and asks for confirmation before starting. It also prompts to configure Git identity if not already set. +The script shows an interactive roadmap and asks for confirmation before starting. If you pass `--install-dotnet` or a .NET SDK is already detected, **step 5** in the roadmap and in the final summary includes a **.NET** note. It also prompts to configure Git identity if not already set. --- diff --git a/docs/desktop/en/SPECKIT.md b/docs/desktop/en/SPECKIT.md index bb376e6..7ec3f04 100644 --- a/docs/desktop/en/SPECKIT.md +++ b/docs/desktop/en/SPECKIT.md @@ -1,6 +1,6 @@ # Spec-Kit Guide -> Tooling guide — v0.41.7 +> Tooling guide — v0.41.8 SetupVibe installs [Spec-Kit](https://github.com/github/spec-kit) on the Desktop edition (macOS and Linux desktop) via `uv tool install specify-cli`. diff --git a/docs/desktop/en/cronboard.md b/docs/desktop/en/cronboard.md index 806731f..fbf29d0 100644 --- a/docs/desktop/en/cronboard.md +++ b/docs/desktop/en/cronboard.md @@ -1,6 +1,6 @@ # Cronboard Guide > -> Cron TUI for dashboard monitoring — v0.41.7 +> Cron TUI for dashboard monitoring — v0.41.8 SetupVibe installs [Cronboard](https://github.com/antoniorodr/cronboard) to provide a terminal user interface (TUI) for managing cron tasks. diff --git a/docs/desktop/en/pm2.md b/docs/desktop/en/pm2.md index 4acc1c0..0774126 100644 --- a/docs/desktop/en/pm2.md +++ b/docs/desktop/en/pm2.md @@ -1,6 +1,6 @@ # PM2 Guide > -> Process management guide — v0.41.7 +> Process management guide — v0.41.8 SetupVibe installs [PM2](https://pm2.keymetrics.io/) globally and configures it for auto-startup on the Desktop edition. diff --git a/docs/desktop/en/tmux.md b/docs/desktop/en/tmux.md index 4749459..839d940 100644 --- a/docs/desktop/en/tmux.md +++ b/docs/desktop/en/tmux.md @@ -1,6 +1,6 @@ # Tmux Guide > -> Terminal multiplexer configuration — v0.41.7 +> Terminal multiplexer configuration — v0.41.8 SetupVibe installs and configures tmux with [TPM](https://github.com/tmux-plugins/tpm) and a curated plugin set. The Desktop edition uses [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), downloaded automatically during setup. diff --git a/docs/desktop/es/README.md b/docs/desktop/es/README.md index adbd43c..f7dfb6a 100644 --- a/docs/desktop/es/README.md +++ b/docs/desktop/es/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edición Escritorio -> Configuración de entorno de desarrollo multiplataforma — v0.41.7 +> Configuración de entorno de desarrollo multiplataforma — v0.41.8 Instala y configura un stack de desarrollo completo en un solo comando. Soporta macOS y las principales distribuciones de Linux. @@ -37,7 +37,7 @@ curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet=8 bash desktop.sh --install-dotnet=10 ``` -El script muestra una hoja de ruta interactiva y solicita confirmación antes de comenzar. También propone configurar la identidad de Git si aún no está definida. +El script muestra una hoja de ruta interactiva y solicita confirmación antes de comenzar. Si pasas `--install-dotnet` o ya hay un SDK .NET detectado, el **paso 5** en la hoja de ruta y en el resumen final incluye una nota sobre **.NET**. También propone configurar la identidad de Git si aún no está definida. --- diff --git a/docs/desktop/es/SPECKIT.md b/docs/desktop/es/SPECKIT.md index 99ecc2b..bb30f9c 100644 --- a/docs/desktop/es/SPECKIT.md +++ b/docs/desktop/es/SPECKIT.md @@ -2,7 +2,7 @@ SetupVibe instala [Spec-Kit](https://github.com/github/spec-kit) en la edición Desktop (macOS y Linux escritorio) a través de `uv tool install specify-cli`. -> Guía de herramientas — v0.41.7 +> Guía de herramientas — v0.41.8 - **Comando:** `specify` - **Paquete:** `specify-cli` (PyPI) diff --git a/docs/desktop/es/cronboard.md b/docs/desktop/es/cronboard.md index aa22dbb..7d927a0 100644 --- a/docs/desktop/es/cronboard.md +++ b/docs/desktop/es/cronboard.md @@ -1,6 +1,6 @@ # Guía de Cronboard > -> Panel de monitoreo Cron TUI — v0.41.7 +> Panel de monitoreo Cron TUI — v0.41.8 SetupVibe instala [Cronboard](https://github.com/antoniorodr/cronboard) para proporcionar una interfaz de usuario de terminal (TUI) para gestionar tareas de cron. diff --git a/docs/desktop/es/pm2.md b/docs/desktop/es/pm2.md index 095a6f6..9f2cefe 100644 --- a/docs/desktop/es/pm2.md +++ b/docs/desktop/es/pm2.md @@ -1,6 +1,6 @@ # Guía de PM2 > -> Guía de gestión de procesos — v0.41.7 +> Guía de gestión de procesos — v0.41.8 SetupVibe instala [PM2](https://pm2.keymetrics.io/) globalmente y lo configura para que se inicie automáticamente en la edición Desktop. diff --git a/docs/desktop/es/tmux.md b/docs/desktop/es/tmux.md index 1dff19a..eadfe0f 100644 --- a/docs/desktop/es/tmux.md +++ b/docs/desktop/es/tmux.md @@ -1,6 +1,6 @@ # Guía de Tmux > -> Configuración del multiplexor de terminal — v0.41.7 +> Configuración del multiplexor de terminal — v0.41.8 SetupVibe instala y configura tmux con [TPM](https://github.com/tmux-plugins/tpm) y un conjunto de plugins seleccionados. La edición Desktop usa [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), descargada automáticamente durante la instalación. diff --git a/docs/desktop/fr/README.md b/docs/desktop/fr/README.md index 60d48be..11687a6 100644 --- a/docs/desktop/fr/README.md +++ b/docs/desktop/fr/README.md @@ -1,6 +1,6 @@ # SetupVibe — Édition Bureau -> Configuration de l'environnement de développement multiplateforme — v0.41.7 +> Configuration de l'environnement de développement multiplateforme — v0.41.8 Installe et configure un stack complet de développeur en une seule commande. Supporte macOS et les principales distributions Linux. @@ -37,7 +37,7 @@ curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet=8 bash desktop.sh --install-dotnet=10 ``` -Le script affiche une feuille de route interactive et demande confirmation avant de commencer. Il propose également de configurer l'identité Git si elle n'est pas déjà définie. +Le script affiche une feuille de route interactive et demande confirmation avant de commencer. Si vous passez `--install-dotnet` ou qu'un SDK .NET est déjà détecté, l'**étape 5** dans la feuille de route et dans le récapitulatif final inclut une mention de **.NET**. Il propose également de configurer l'identité Git si elle n'est pas déjà définie. --- diff --git a/docs/desktop/fr/SPECKIT.md b/docs/desktop/fr/SPECKIT.md index 3109121..2384ca5 100644 --- a/docs/desktop/fr/SPECKIT.md +++ b/docs/desktop/fr/SPECKIT.md @@ -2,7 +2,7 @@ SetupVibe installe [Spec-Kit](https://github.com/github/spec-kit) sur l'édition Desktop (macOS et Linux bureau) via `uv tool install specify-cli`. -> Guide des outils — v0.41.7 +> Guide des outils — v0.41.8 - **Commande :** `specify` - **Paquet :** `specify-cli` (PyPI) diff --git a/docs/desktop/fr/cronboard.md b/docs/desktop/fr/cronboard.md index f02f2f2..90a6439 100644 --- a/docs/desktop/fr/cronboard.md +++ b/docs/desktop/fr/cronboard.md @@ -1,6 +1,6 @@ # Guide Cronboard > -> Tableau de bord de surveillance Cron TUI — v0.41.7 +> Tableau de bord de surveillance Cron TUI — v0.41.8 SetupVibe installe [Cronboard](https://github.com/antoniorodr/cronboard) pour fournir une interface utilisateur de terminal (TUI) pour la gestion des tâches cron. diff --git a/docs/desktop/fr/pm2.md b/docs/desktop/fr/pm2.md index 05109ed..a5beeba 100644 --- a/docs/desktop/fr/pm2.md +++ b/docs/desktop/fr/pm2.md @@ -1,6 +1,6 @@ # Guide PM2 > -> Guide de gestion de processus — v0.41.7 +> Guide de gestion de processus — v0.41.8 SetupVibe installe [PM2](https://pm2.keymetrics.io/) globalement et le configure pour un démarrage automatique sur l'édition Desktop. diff --git a/docs/desktop/fr/tmux.md b/docs/desktop/fr/tmux.md index 152091c..f8ebf37 100644 --- a/docs/desktop/fr/tmux.md +++ b/docs/desktop/fr/tmux.md @@ -1,6 +1,6 @@ # Guide Tmux > -> Configuration do multiplexeur de terminal — v0.41.7 +> Configuration do multiplexeur de terminal — v0.41.8 SetupVibe installe et configure tmux avec [TPM](https://github.com/tmux-plugins/tpm) et un ensemble de plugins sélectionnés. L'édition Desktop utilise [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), téléchargée automatiquement lors de l'installation. diff --git a/docs/desktop/pt-br/README.md b/docs/desktop/pt-br/README.md index 6c35504..1687670 100644 --- a/docs/desktop/pt-br/README.md +++ b/docs/desktop/pt-br/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edição Desktop -> Configuração de ambiente de desenvolvimento multiplataforma — v0.41.7 +> Configuração de ambiente de desenvolvimento multiplataforma — v0.41.8 Instala e configura um stack de desenvolvedor completo em um comando. Suporta macOS e as principais distribuições Linux. @@ -37,7 +37,7 @@ curl -sSL desktop.setupvibe.dev | bash -s -- --install-dotnet=8 bash desktop.sh --install-dotnet=10 ``` -O script exibe um roteiro interativo e solicita confirmação antes de iniciar. Também solicita a configuração da identidade do Git, caso ainda não esteja definida. +O script exibe um roteiro interativo e solicita confirmação antes de iniciar. Se você usar `--install-dotnet` ou um SDK .NET já for detectado, a **etapa 5** no roteiro e no resumo final inclui uma menção ao **.NET**. Também solicita a configuração da identidade do Git, caso ainda não esteja definida. --- diff --git a/docs/desktop/pt-br/SPECKIT.md b/docs/desktop/pt-br/SPECKIT.md index 65a671b..7e95010 100644 --- a/docs/desktop/pt-br/SPECKIT.md +++ b/docs/desktop/pt-br/SPECKIT.md @@ -2,7 +2,7 @@ O SetupVibe instala o [Spec-Kit](https://github.com/github/spec-kit) na edição Desktop (macOS e Linux desktop) via `uv tool install specify-cli`. -> Guia de ferramentas — v0.41.7 +> Guia de ferramentas — v0.41.8 - **Comando:** `specify` - **Pacote:** `specify-cli` (PyPI) diff --git a/docs/desktop/pt-br/cronboard.md b/docs/desktop/pt-br/cronboard.md index c56b700..4ffce55 100644 --- a/docs/desktop/pt-br/cronboard.md +++ b/docs/desktop/pt-br/cronboard.md @@ -1,6 +1,6 @@ # Guia do Cronboard > -> Dashboard de monitoramento Cron TUI — v0.41.7 +> Dashboard de monitoramento Cron TUI — v0.41.8 O SetupVibe instala o [Cronboard](https://github.com/antoniorodr/cronboard) para fornecer uma interface visual (TUI) para gerenciamento de tarefas cron. diff --git a/docs/desktop/pt-br/pm2.md b/docs/desktop/pt-br/pm2.md index d395070..32dfeb8 100644 --- a/docs/desktop/pt-br/pm2.md +++ b/docs/desktop/pt-br/pm2.md @@ -1,6 +1,6 @@ # Guia do PM2 > -> Guia de gerenciamento de processos — v0.41.7 +> Guia de gerenciamento de processos — v0.41.8 O SetupVibe instala o [PM2](https://pm2.keymetrics.io/) globalmente e o configura para inicialização automática na edição Desktop. diff --git a/docs/desktop/pt-br/tmux.md b/docs/desktop/pt-br/tmux.md index 7d67340..7ac2b9a 100644 --- a/docs/desktop/pt-br/tmux.md +++ b/docs/desktop/pt-br/tmux.md @@ -1,6 +1,6 @@ # Guia do Tmux > -> Configuração do multiplexador de terminal — v0.41.7 +> Configuração do multiplexador de terminal — v0.41.8 O SetupVibe instala e configura o tmux com o [TPM](https://github.com/tmux-plugins/tpm) e um conjunto selecionado de plugins. A Edição Desktop usa [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), baixada automaticamente durante a instalação. diff --git a/docs/en/ALIAS.md b/docs/en/ALIAS.md index 4b643e3..9474850 100644 --- a/docs/en/ALIAS.md +++ b/docs/en/ALIAS.md @@ -1,6 +1,6 @@ # SetupVibe Aliases -> Shell environment aliases — v0.41.7 +> Shell environment aliases — v0.41.8 This is the exhaustive list of all aliases configured by SetupVibe on all platforms. diff --git a/docs/en/CONTRIBUTING.md b/docs/en/CONTRIBUTING.md index bb01f1d..16ffa2e 100644 --- a/docs/en/CONTRIBUTING.md +++ b/docs/en/CONTRIBUTING.md @@ -57,7 +57,7 @@ All `.md` files must follow these rules strictly: ## 🔢 Versioning Process -When updating the version (e.g., from `0.41.7` to `0.42.0`), you **must** update the version string in all of the following locations: +When updating the version (e.g., from `0.41.8` to `0.42.0`), you **must** update the version string in all of the following locations: - `desktop.sh` (the `VERSION` variable) - `server.sh` (the `VERSION` variable) diff --git a/docs/es/ALIAS.md b/docs/es/ALIAS.md index c292383..835cf36 100644 --- a/docs/es/ALIAS.md +++ b/docs/es/ALIAS.md @@ -1,6 +1,6 @@ # Aliases de SetupVibe -> Aliases del entorno de shell — v0.41.7 +> Aliases del entorno de shell — v0.41.8 Esta é a lista exaustiva de todos os aliases configurados pelo SetupVibe em todas as plataformas. diff --git a/docs/es/CONTRIBUTING.md b/docs/es/CONTRIBUTING.md index c1e90c3..8fe0d1c 100644 --- a/docs/es/CONTRIBUTING.md +++ b/docs/es/CONTRIBUTING.md @@ -57,7 +57,7 @@ Todos los archivos `.md` deben seguir estas reglas estrictamente: ## 🔢 Proceso de Versionado -Al actualizar la versión (ej: de `0.41.7` a `0.42.0`), **debes** actualizar la cadena de versión en todas las siguientes ubicaciones: +Al actualizar la versión (ej: de `0.41.8` a `0.42.0`), **debes** actualizar la cadena de versión en todas las siguientes ubicaciones: - `desktop.sh` (variable `VERSION`) - `server.sh` (variable `VERSION`) diff --git a/docs/fr/ALIAS.md b/docs/fr/ALIAS.md index 3fc9d56..9363429 100644 --- a/docs/fr/ALIAS.md +++ b/docs/fr/ALIAS.md @@ -1,6 +1,6 @@ # Aliases SetupVibe -> Alias de l'environnement shell — v0.41.7 +> Alias de l'environnement shell — v0.41.8 Voici la liste exhaustive de todos os aliases configurados por SetupVibe sur toutes les plateformes. diff --git a/docs/fr/CONTRIBUTING.md b/docs/fr/CONTRIBUTING.md index 878c20a..88b29d6 100644 --- a/docs/fr/CONTRIBUTING.md +++ b/docs/fr/CONTRIBUTING.md @@ -57,7 +57,7 @@ Tous les fichiers `.md` doivent suivre strictement ces règles : ## 🔢 Processus de Versionnage -Lors de la mise à jour de la version (ex : de `0.41.7` à `0.42.0`), vous **devez** mettre à jour la chaîne de version dans tous les emplacements suivants : +Lors de la mise à jour de la version (ex : de `0.41.8` à `0.42.0`), vous **devez** mettre à jour la chaîne de version dans tous les emplacements suivants : - `desktop.sh` (variable `VERSION`) - `server.sh` (variable `VERSION`) diff --git a/docs/pt-br/ALIAS.md b/docs/pt-br/ALIAS.md index cd7fc0b..13acc96 100644 --- a/docs/pt-br/ALIAS.md +++ b/docs/pt-br/ALIAS.md @@ -1,6 +1,6 @@ # SetupVibe Aliases -> Aliases do ambiente shell — v0.41.7 +> Aliases do ambiente shell — v0.41.8 Esta é a lista exaustiva de todos os aliases configurados pelo SetupVibe em todas as plataformas. diff --git a/docs/pt-br/CONTRIBUTING.md b/docs/pt-br/CONTRIBUTING.md index 90c95f1..13d00ad 100644 --- a/docs/pt-br/CONTRIBUTING.md +++ b/docs/pt-br/CONTRIBUTING.md @@ -57,7 +57,7 @@ Todos os arquivos `.md` devem seguir estas regras rigorosamente: ## 🔢 Processo de Versionamento -Ao atualizar a versão (ex: de `0.41.7` para `0.42.0`), você **deve** atualizar a string de versão em todos os seguintes locais: +Ao atualizar a versão (ex: de `0.41.8` para `0.42.0`), você **deve** atualizar a string de versão em todos os seguintes locais: - `desktop.sh` (variável `VERSION`) - `server.sh` (variável `VERSION`) diff --git a/docs/server/README.md b/docs/server/README.md index be462af..a2fb081 100644 --- a/docs/server/README.md +++ b/docs/server/README.md @@ -1,6 +1,6 @@ # SetupVibe — Server Edition -> Linux server setup — v0.41.7 +> Linux server setup — v0.41.8 Lean Linux-only setup for production servers. No Homebrew. Installs Docker, Ansible, GitHub CLI, networking tools, Tailscale, SSH, shell, tmux, and AI CLI tools via NodeSource Node.js. Optionally installs the .NET SDK via `--install-dotnet` (default .NET 10). Optionally configures the machine as a Docker Swarm Manager node via the `--manager` flag. diff --git a/docs/server/en/README.md b/docs/server/en/README.md index 3da9e57..6034f69 100644 --- a/docs/server/en/README.md +++ b/docs/server/en/README.md @@ -1,6 +1,6 @@ # SetupVibe — Server Edition -> Linux server setup — v0.41.7 +> Linux server setup — v0.41.8 A lean, focused setup script for Linux servers. No Homebrew, no language ecosystems, no desktop tools. Installs only what a production server needs: Docker, Ansible, networking, shell, tmux, and AI CLI tools. @@ -47,7 +47,7 @@ curl -sSL server.setupvibe.dev | bash -s -- --manager --install-dotnet bash server.sh --install-dotnet=10 ``` -The script waits for any running APT lock to clear (useful on fresh cloud VMs where `unattended-upgrades` runs at boot), shows an interactive roadmap, then asks for confirmation. It also prompts to configure Git identity if not already set. At the end of installation, if `--manager` was not passed, the script will interactively ask whether to configure the machine as a Docker Swarm Manager. +The script waits for any running APT lock to clear (useful on fresh cloud VMs where `unattended-upgrades` runs at boot), shows an interactive roadmap, then asks for confirmation. If you pass `--install-dotnet` or a .NET SDK is already detected, the **AI CLI Tools** step in the roadmap and in the final summary includes a **.NET** note. It also prompts to configure Git identity if not already set. At the end of installation, if `--manager` was not passed, the script will interactively ask whether to configure the machine as a Docker Swarm Manager. --- diff --git a/docs/server/es/README.md b/docs/server/es/README.md index 18f68a2..bcf4a94 100644 --- a/docs/server/es/README.md +++ b/docs/server/es/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edición Servidor -> Configuración de servidor Linux — v0.41.7 +> Configuración de servidor Linux — v0.41.8 Un script de configuración ligero y enfocado para servidores Linux. Sin Homebrew, sin ecosistemas de lenguajes, sin herramientas de escritorio. Instala solo lo que un servidor de producción necesita: Docker, Ansible, redes, shell, tmux y herramientas AI CLI. @@ -47,7 +47,7 @@ curl -sSL server.setupvibe.dev | bash -s -- --manager --install-dotnet bash server.sh --install-dotnet=10 ``` -El script espera a que se libere cualquier bloqueo de APT (útil en máquinas virtuales recién creadas donde `unattended-upgrades` se ejecuta al arrancar), muestra una hoja de ruta interactiva y luego solicita confirmación. También propone configurar la identidad de Git si aún no está definida. Al final de la instalación, si no se pasó `--manager`, el script preguntará interactivamente si se desea configurar la máquina como Manager de Docker Swarm. +El script espera a que se libere cualquier bloqueo de APT (útil en máquinas virtuales recién creadas donde `unattended-upgrades` se ejecuta al arrancar), muestra una hoja de ruta interactiva y luego solicita confirmación. Si pasas `--install-dotnet` o ya hay un SDK .NET detectado, el paso **Herramientas AI CLI** en la hoja de ruta y en el resumen final incluye una nota sobre **.NET**. También propone configurar la identidad de Git si aún no está definida. Al final de la instalación, si no se pasó `--manager`, el script preguntará interactivamente si se desea configurar la máquina como Manager de Docker Swarm. --- diff --git a/docs/server/fr/README.md b/docs/server/fr/README.md index 766aa5a..adc579b 100644 --- a/docs/server/fr/README.md +++ b/docs/server/fr/README.md @@ -1,6 +1,6 @@ # SetupVibe — Édition Serveur -> Configuration de serveur Linux — v0.41.7 +> Configuration de serveur Linux — v0.41.8 Un script de configuration léger et ciblé pour les serveurs Linux. Pas de Homebrew, pas d'écosystèmes de langages, pas d'outils de bureau. Installe uniquement ce dont un serveur de production a besoin : Docker, Ansible, réseau, shell, tmux et outils AI CLI. @@ -47,7 +47,7 @@ curl -sSL server.setupvibe.dev | bash -s -- --manager --install-dotnet bash server.sh --install-dotnet=10 ``` -Le script attend que tout verrou APT en cours soit libéré (utile sur les VMs cloud neuves où `unattended-upgrades` s'exécute au boot), affiche une feuille de route interactive, puis demande confirmation. Il propose également de configurer l'identité Git si elle n'est pas déjà définie. À la fin de l'installation, si `--manager` n'a pas été passé, le script demandera interactivement si la machine doit être configurée comme Manager Docker Swarm. +Le script attend que tout verrou APT en cours soit libéré (utile sur les VMs cloud neuves où `unattended-upgrades` s'exécute au boot), affiche une feuille de route interactive, puis demande confirmation. Si vous passez `--install-dotnet` ou qu'un SDK .NET est déjà détecté, l'étape **Outils AI CLI** dans la feuille de route et dans le récapitulatif final inclut une mention de **.NET**. Il propose également de configurer l'identité Git si elle n'est pas déjà définie. À la fin de l'installation, si `--manager` n'a pas été passé, le script demandera interactivement si la machine doit être configurée comme Manager Docker Swarm. --- diff --git a/docs/server/pt-br/README.md b/docs/server/pt-br/README.md index 26126cd..9176ffd 100644 --- a/docs/server/pt-br/README.md +++ b/docs/server/pt-br/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edição Servidor -> Configuração de servidor Linux — v0.41.7 +> Configuração de servidor Linux — v0.41.8 Um script de configuração enxuto e focado para servidores Linux. Sem Homebrew, sem ecossistemas de linguagens, sem ferramentas de desktop. Instala apenas o que um servidor de produção precisa: Docker, Ansible, rede, shell, tmux e ferramentas AI CLI. @@ -47,7 +47,7 @@ curl -sSL server.setupvibe.dev | bash -s -- --manager --install-dotnet bash server.sh --install-dotnet=10 ``` -O script aguarda a liberação de qualquer bloqueio do APT (útil em VMs de nuvem recém-criadas onde o `unattended-upgrades` é executado no boot), exibe um roteiro interativo e solicita confirmação. Também solicita a configuração da identidade do Git, caso ainda não esteja definida. Ao final da instalação, se `--manager` não foi informado, o script perguntará interativamente se a máquina deve ser configurada como Manager do Docker Swarm. +O script aguarda a liberação de qualquer bloqueio do APT (útil em VMs de nuvem recém-criadas onde o `unattended-upgrades` é executado no boot), exibe um roteiro interativo e solicita confirmação. Se você usar `--install-dotnet` ou um SDK .NET já for detectado, a etapa **Ferramentas AI CLI** no roteiro e no resumo final inclui uma menção ao **.NET**. Também solicita a configuração da identidade do Git, caso ainda não esteja definida. Ao final da instalação, se `--manager` não foi informado, o script perguntará interativamente se a máquina deve ser configurada como Manager do Docker Swarm. --- diff --git a/server.sh b/server.sh index 70ee463..58ca933 100755 --- a/server.sh +++ b/server.sh @@ -26,7 +26,7 @@ NC='\033[0m' # No Color # --- VERSION --- -VERSION="0.41.7" +VERSION="0.41.8" INSTALL_URL="https://server.setupvibe.dev" # --- ARGUMENT PARSING --- @@ -840,9 +840,33 @@ step_swarm() { } +# Adjust roadmap/summary labels when .NET install is requested or already present +update_steps_dotnet_labels() { + local base="AI CLI Tools" + if $INSTALL_DOTNET; then + STEPS[7]="${base} (incl. .NET SDK ${DOTNET_MAJOR}.x)" + return + fi + local dver="" + if [[ -x "$REAL_HOME/.dotnet/dotnet" ]]; then + dver=$(user_do env HOME="$REAL_HOME" PATH="$REAL_HOME/.dotnet:${PATH}" "$REAL_HOME/.dotnet/dotnet" --version 2>/dev/null | head -1 | tr -d '\r' || true) + fi + if [[ -z "$dver" ]] && user_do bash -lc 'export PATH="$HOME/.dotnet:/usr/local/bin:/usr/bin:$PATH"; command -v dotnet' &>/dev/null; then + dver=$(user_do bash -lc 'export PATH="$HOME/.dotnet:/usr/local/bin:/usr/bin:$PATH"; dotnet --version 2>/dev/null' | head -1 | tr -d '\r' || true) + fi + if [[ -z "$dver" ]] && command -v dotnet &>/dev/null; then + dver=$(dotnet --version 2>/dev/null | head -1 | tr -d '\r' || true) + fi + if [[ -n "$dver" ]]; then + STEPS[7]="${base} [.NET present: ${dver}]" + fi +} + + # --- MAIN EXECUTION --- +update_steps_dotnet_labels show_roadmap_and_wait configure_git_interactive From 6983d8ca7178fcc132657bbc619a16986c7f7edc Mon Sep 17 00:00:00 2001 From: Bruno Belchior Souza Vicente Date: Sat, 18 Apr 2026 12:03:20 -0300 Subject: [PATCH 3/4] fix: detect existing dotnet for roadmap labels on APT and common paths Probe ~/.dotnet, /usr/bin/dotnet, and /usr/share/dotnet/dotnet; use bash -c with snap/bin in PATH instead of bash -l. Bump version to v0.41.9 and update CHANGELOG and docs. Made-with: Cursor --- .claude/skills/documentation/SKILL.md | 2 +- .claude/skills/make-changelog/SKILL.md | 2 +- .gemini/skills/documentation/SKILL.md | 2 +- .gemini/skills/make-changelog/SKILL.md | 2 +- AGENTS.md | 2 +- CHANGELOG.md | 8 ++++++++ CLAUDE.md | 2 +- GEMINI.md | 2 +- MARKDOWN.md | 2 +- README.md | 2 +- desktop.sh | 17 +++++++++++------ docs/README.md | 2 +- docs/desktop/README.md | 2 +- docs/desktop/en/README.md | 2 +- docs/desktop/en/SPECKIT.md | 2 +- docs/desktop/en/cronboard.md | 2 +- docs/desktop/en/pm2.md | 2 +- docs/desktop/en/tmux.md | 2 +- docs/desktop/es/README.md | 2 +- docs/desktop/es/SPECKIT.md | 2 +- docs/desktop/es/cronboard.md | 2 +- docs/desktop/es/pm2.md | 2 +- docs/desktop/es/tmux.md | 2 +- docs/desktop/fr/README.md | 2 +- docs/desktop/fr/SPECKIT.md | 2 +- docs/desktop/fr/cronboard.md | 2 +- docs/desktop/fr/pm2.md | 2 +- docs/desktop/fr/tmux.md | 2 +- docs/desktop/pt-br/README.md | 2 +- docs/desktop/pt-br/SPECKIT.md | 2 +- docs/desktop/pt-br/cronboard.md | 2 +- docs/desktop/pt-br/pm2.md | 2 +- docs/desktop/pt-br/tmux.md | 2 +- docs/en/ALIAS.md | 2 +- docs/en/CONTRIBUTING.md | 2 +- docs/es/ALIAS.md | 2 +- docs/es/CONTRIBUTING.md | 2 +- docs/fr/ALIAS.md | 2 +- docs/fr/CONTRIBUTING.md | 2 +- docs/pt-br/ALIAS.md | 2 +- docs/pt-br/CONTRIBUTING.md | 2 +- docs/server/README.md | 2 +- docs/server/en/README.md | 2 +- docs/server/es/README.md | 2 +- docs/server/fr/README.md | 2 +- docs/server/pt-br/README.md | 2 +- server.sh | 15 +++++++++------ 47 files changed, 72 insertions(+), 56 deletions(-) diff --git a/.claude/skills/documentation/SKILL.md b/.claude/skills/documentation/SKILL.md index 9589ccb..df08cc4 100644 --- a/.claude/skills/documentation/SKILL.md +++ b/.claude/skills/documentation/SKILL.md @@ -16,7 +16,7 @@ Ao criar ou editar QUALQUER arquivo `.md`, você DEVE seguir estas regras para e ```markdown # Título do Guia - > Descrição curta — v0.41.8 + > Descrição curta — v0.41.9 ``` 2. **Hierarquia de Títulos:** Use `#` para H1, `##` para H2, etc. Nunca pule níveis (ex: não pule de H1 para H3). 3. **Tabelas:** Alinhamento obrigatório com pipes `|` e linha separadora `|---|---|`. diff --git a/.claude/skills/make-changelog/SKILL.md b/.claude/skills/make-changelog/SKILL.md index c6037b8..e45d27b 100644 --- a/.claude/skills/make-changelog/SKILL.md +++ b/.claude/skills/make-changelog/SKILL.md @@ -27,7 +27,7 @@ Distribua as mudanças nas seções padronizadas do "Keep a Changelog": ## 3. Formatação e Estilo - **Cabeçalho da Versão:** Use H2 com colchetes, versão e data (AAAA-MM-DD). - * *Exemplo:* `## [v0.41.8] - 2026-04-05` + * *Exemplo:* `## [v0.41.9] - 2026-04-05` - **Mensagens:** * Use o tempo verbal no passado (ex: "Added", "Improved", "Fixed"). * Seja conciso mas específico (ex: em vez de "Update PATH", use "Improved PATH handling for Ruby and Composer"). diff --git a/.gemini/skills/documentation/SKILL.md b/.gemini/skills/documentation/SKILL.md index 1a2c63a..586b1b5 100644 --- a/.gemini/skills/documentation/SKILL.md +++ b/.gemini/skills/documentation/SKILL.md @@ -11,7 +11,7 @@ Este guia define o padrão ouro para manter a documentação do SetupVibe sincro Ao criar ou editar QUALQUER arquivo `.md`, você DEVE invocar a skill **`markdown-format`** para garantir a conformidade com as regras do projeto: -1. **Cabeçalho Padrão:** Começar com H1 seguido de blockquote com a versão. Ex: `> Descrição curta — v0.41.8`. +1. **Cabeçalho Padrão:** Começar com H1 seguido de blockquote com a versão. Ex: `> Descrição curta — v0.41.9`. 2. **Linting Delegado:** Todas as regras de títulos, tabelas, code blocks, links, listas e espaçamentos são gerenciadas pela skill `markdown-format`. **Não ignore seus avisos**. 3. **Linting Final:** Após criar ou editar o arquivo, processe-o com a skill `markdown-format` para validar conformidade. diff --git a/.gemini/skills/make-changelog/SKILL.md b/.gemini/skills/make-changelog/SKILL.md index ff2397b..052d606 100644 --- a/.gemini/skills/make-changelog/SKILL.md +++ b/.gemini/skills/make-changelog/SKILL.md @@ -28,7 +28,7 @@ Distribua as mudanças nas seções padronizadas do "Keep a Changelog": Para garantir a perfeição visual e técnica do `CHANGELOG.md`: -- **Cabeçalho da Versão:** Use H2 com colchetes, versão e data (AAAA-MM-DD). Ex: `## [v0.41.8] - 2026-04-05`. +- **Cabeçalho da Versão:** Use H2 com colchetes, versão e data (AAAA-MM-DD). Ex: `## [v0.41.9] - 2026-04-05`. - **Mensagens:** Use bullet points `-` e tempo verbal no passado (Added, Improved, Fixed). - **Linting:** Após gerar o conteúdo, **você deve invocar a skill `markdown-format`** para aplicar o alinhamento de tabelas, espaçamento de blocos e o rodapé obrigatório. diff --git a/AGENTS.md b/AGENTS.md index 55217a0..77bc6b8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,7 +4,7 @@ This file provides instructions and context for AI coding agents (OpenAI Codex, ## What This Project Is -**SetupVibe** is a cross-platform automated development environment setup script (v0.41.8). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). +**SetupVibe** is a cross-platform automated development environment setup script (v0.41.9). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). There are two editions: diff --git a/CHANGELOG.md b/CHANGELOG.md index d6808f1..f9a483a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to **SetupVibe** are documented in this file. --- +## [v0.41.9] - 2026-04-18 + +### Fixed + +- **.NET roadmap label:** Improved detection of an existing `dotnet` installation for the interactive roadmap and final summary (try `/usr/bin/dotnet`, `/usr/share/dotnet/dotnet`, and `~/.dotnet/dotnet`; use `bash -c` with `PATH` including `snap/bin` instead of relying on `bash -l`). + +--- + ## [v0.41.8] - 2026-04-18 ### Changed diff --git a/CLAUDE.md b/CLAUDE.md index 062b2f6..0005bd1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## What This Project Is -**SetupVibe** is a cross-platform automated development environment setup script (v0.41.8). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). +**SetupVibe** is a cross-platform automated development environment setup script (v0.41.9). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). There are two editions: diff --git a/GEMINI.md b/GEMINI.md index c9ba152..921c574 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -4,7 +4,7 @@ This file provides instructions and context for Gemini CLI when working with the ## Project Overview -**SetupVibe** is a cross-platform automated development environment setup tool (v0.41.8). It streamlines the installation and configuration of a complete developer toolkit for macOS (12+) and major Linux distributions (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). +**SetupVibe** is a cross-platform automated development environment setup tool (v0.41.9). It streamlines the installation and configuration of a complete developer toolkit for macOS (12+) and major Linux distributions (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). The project consists of two primary editions: diff --git a/MARKDOWN.md b/MARKDOWN.md index 64612b2..195763a 100644 --- a/MARKDOWN.md +++ b/MARKDOWN.md @@ -394,7 +394,7 @@ Documentation files in `docs/` should begin with an H1 and a blockquote describi ```markdown # Guide Title -> Short description — v0.41.8 +> Short description — v0.41.9 ``` --- diff --git a/README.md b/README.md index 076d1ef..6baf146 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SetupVibe -> The ultimate cross-platform development environment setup script — v0.41.8 +> The ultimate cross-platform development environment setup script — v0.41.9 Installs and configures a complete development stack in one command, supporting macOS and major Linux distributions. diff --git a/desktop.sh b/desktop.sh index ac2eaad..253017a 100644 --- a/desktop.sh +++ b/desktop.sh @@ -25,7 +25,7 @@ NC='\033[0m' # No Color # --- VERSION --- -VERSION="0.41.8" +VERSION="0.41.9" INSTALL_URL="https://desktop.setupvibe.dev" # --- ARGUMENT PARSING --- @@ -1327,11 +1327,16 @@ update_steps_dotnet_labels() { return fi local dver="" - if [[ -x "$REAL_HOME/.dotnet/dotnet" ]]; then - dver=$(user_do env HOME="$REAL_HOME" PATH="$REAL_HOME/.dotnet:${PATH}" "$REAL_HOME/.dotnet/dotnet" --version 2>/dev/null | head -1 | tr -d '\r' || true) - fi - if [[ -z "$dver" ]] && user_do bash -lc 'export PATH="$HOME/.dotnet:/usr/local/bin:/usr/bin:$PATH"; command -v dotnet' &>/dev/null; then - dver=$(user_do bash -lc 'export PATH="$HOME/.dotnet:/usr/local/bin:/usr/bin:$PATH"; dotnet --version 2>/dev/null' | head -1 | tr -d '\r' || true) + local cand + # Try common paths (dotnet-install ~/.dotnet, Microsoft APT /usr/bin, shared root) + for cand in "$REAL_HOME/.dotnet/dotnet" "/usr/bin/dotnet" "/usr/share/dotnet/dotnet"; do + [[ -e "$cand" ]] || continue + dver=$(user_do env HOME="$REAL_HOME" PATH="$(dirname "$cand"):/usr/local/bin:/usr/bin:${PATH}" "$cand" --version 2>/dev/null | head -1 | tr -d '\r' || true) + [[ -n "$dver" ]] && break + done + # Non-login shell with PATH typical for dotnet-install, snap, and package installs + if [[ -z "$dver" ]]; then + dver=$(user_do bash -c 'export PATH="$HOME/.dotnet:/snap/bin:/usr/local/bin:/usr/bin:$PATH"; command -v dotnet >/dev/null 2>&1 && dotnet --version' 2>/dev/null | head -1 | tr -d '\r' || true) fi if [[ -z "$dver" ]] && command -v dotnet &>/dev/null; then dver=$(dotnet --version 2>/dev/null | head -1 | tr -d '\r' || true) diff --git a/docs/README.md b/docs/README.md index 8b5fbb1..921233c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # SetupVibe Documentation -> Automated development environment setup — v0.41.8 +> Automated development environment setup — v0.41.9 SetupVibe transforms any fresh machine into a fully configured development workspace in one command. It supports two editions depending on your target. When you pass `--install-dotnet` or a .NET SDK is already detected, the interactive roadmap and final installation summary include **.NET** in the relevant step title (Desktop: Languages step; Server: AI CLI Tools). diff --git a/docs/desktop/README.md b/docs/desktop/README.md index e2baa05..cc81323 100644 --- a/docs/desktop/README.md +++ b/docs/desktop/README.md @@ -1,6 +1,6 @@ # SetupVibe — Desktop Edition -> Cross-platform development environment setup — v0.41.8 +> Cross-platform development environment setup — v0.41.9 Cross-platform setup for macOS and Linux desktops. Installs a complete development stack in one command: languages (PHP, Ruby, Go, Rust, Python, Node.js; optional .NET SDK via `--install-dotnet`), DevOps tools, modern Unix utilities, shell, tmux, and AI CLI tools. diff --git a/docs/desktop/en/README.md b/docs/desktop/en/README.md index 0ca92f8..3083efd 100644 --- a/docs/desktop/en/README.md +++ b/docs/desktop/en/README.md @@ -1,6 +1,6 @@ # SetupVibe — Desktop Edition -> Cross-platform development environment setup — v0.41.8 +> Cross-platform development environment setup — v0.41.9 Installs and configures a complete developer stack in one command. Supports macOS and major Linux distributions. diff --git a/docs/desktop/en/SPECKIT.md b/docs/desktop/en/SPECKIT.md index 7ec3f04..80b197c 100644 --- a/docs/desktop/en/SPECKIT.md +++ b/docs/desktop/en/SPECKIT.md @@ -1,6 +1,6 @@ # Spec-Kit Guide -> Tooling guide — v0.41.8 +> Tooling guide — v0.41.9 SetupVibe installs [Spec-Kit](https://github.com/github/spec-kit) on the Desktop edition (macOS and Linux desktop) via `uv tool install specify-cli`. diff --git a/docs/desktop/en/cronboard.md b/docs/desktop/en/cronboard.md index fbf29d0..a12bf7c 100644 --- a/docs/desktop/en/cronboard.md +++ b/docs/desktop/en/cronboard.md @@ -1,6 +1,6 @@ # Cronboard Guide > -> Cron TUI for dashboard monitoring — v0.41.8 +> Cron TUI for dashboard monitoring — v0.41.9 SetupVibe installs [Cronboard](https://github.com/antoniorodr/cronboard) to provide a terminal user interface (TUI) for managing cron tasks. diff --git a/docs/desktop/en/pm2.md b/docs/desktop/en/pm2.md index 0774126..ccdd31f 100644 --- a/docs/desktop/en/pm2.md +++ b/docs/desktop/en/pm2.md @@ -1,6 +1,6 @@ # PM2 Guide > -> Process management guide — v0.41.8 +> Process management guide — v0.41.9 SetupVibe installs [PM2](https://pm2.keymetrics.io/) globally and configures it for auto-startup on the Desktop edition. diff --git a/docs/desktop/en/tmux.md b/docs/desktop/en/tmux.md index 839d940..876073f 100644 --- a/docs/desktop/en/tmux.md +++ b/docs/desktop/en/tmux.md @@ -1,6 +1,6 @@ # Tmux Guide > -> Terminal multiplexer configuration — v0.41.8 +> Terminal multiplexer configuration — v0.41.9 SetupVibe installs and configures tmux with [TPM](https://github.com/tmux-plugins/tpm) and a curated plugin set. The Desktop edition uses [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), downloaded automatically during setup. diff --git a/docs/desktop/es/README.md b/docs/desktop/es/README.md index f7dfb6a..42b2126 100644 --- a/docs/desktop/es/README.md +++ b/docs/desktop/es/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edición Escritorio -> Configuración de entorno de desarrollo multiplataforma — v0.41.8 +> Configuración de entorno de desarrollo multiplataforma — v0.41.9 Instala y configura un stack de desarrollo completo en un solo comando. Soporta macOS y las principales distribuciones de Linux. diff --git a/docs/desktop/es/SPECKIT.md b/docs/desktop/es/SPECKIT.md index bb30f9c..4f6ee46 100644 --- a/docs/desktop/es/SPECKIT.md +++ b/docs/desktop/es/SPECKIT.md @@ -2,7 +2,7 @@ SetupVibe instala [Spec-Kit](https://github.com/github/spec-kit) en la edición Desktop (macOS y Linux escritorio) a través de `uv tool install specify-cli`. -> Guía de herramientas — v0.41.8 +> Guía de herramientas — v0.41.9 - **Comando:** `specify` - **Paquete:** `specify-cli` (PyPI) diff --git a/docs/desktop/es/cronboard.md b/docs/desktop/es/cronboard.md index 7d927a0..2c79fb1 100644 --- a/docs/desktop/es/cronboard.md +++ b/docs/desktop/es/cronboard.md @@ -1,6 +1,6 @@ # Guía de Cronboard > -> Panel de monitoreo Cron TUI — v0.41.8 +> Panel de monitoreo Cron TUI — v0.41.9 SetupVibe instala [Cronboard](https://github.com/antoniorodr/cronboard) para proporcionar una interfaz de usuario de terminal (TUI) para gestionar tareas de cron. diff --git a/docs/desktop/es/pm2.md b/docs/desktop/es/pm2.md index 9f2cefe..aa42b9a 100644 --- a/docs/desktop/es/pm2.md +++ b/docs/desktop/es/pm2.md @@ -1,6 +1,6 @@ # Guía de PM2 > -> Guía de gestión de procesos — v0.41.8 +> Guía de gestión de procesos — v0.41.9 SetupVibe instala [PM2](https://pm2.keymetrics.io/) globalmente y lo configura para que se inicie automáticamente en la edición Desktop. diff --git a/docs/desktop/es/tmux.md b/docs/desktop/es/tmux.md index eadfe0f..d753c0b 100644 --- a/docs/desktop/es/tmux.md +++ b/docs/desktop/es/tmux.md @@ -1,6 +1,6 @@ # Guía de Tmux > -> Configuración del multiplexor de terminal — v0.41.8 +> Configuración del multiplexor de terminal — v0.41.9 SetupVibe instala y configura tmux con [TPM](https://github.com/tmux-plugins/tpm) y un conjunto de plugins seleccionados. La edición Desktop usa [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), descargada automáticamente durante la instalación. diff --git a/docs/desktop/fr/README.md b/docs/desktop/fr/README.md index 11687a6..111aa0e 100644 --- a/docs/desktop/fr/README.md +++ b/docs/desktop/fr/README.md @@ -1,6 +1,6 @@ # SetupVibe — Édition Bureau -> Configuration de l'environnement de développement multiplateforme — v0.41.8 +> Configuration de l'environnement de développement multiplateforme — v0.41.9 Installe et configure un stack complet de développeur en une seule commande. Supporte macOS et les principales distributions Linux. diff --git a/docs/desktop/fr/SPECKIT.md b/docs/desktop/fr/SPECKIT.md index 2384ca5..a74879e 100644 --- a/docs/desktop/fr/SPECKIT.md +++ b/docs/desktop/fr/SPECKIT.md @@ -2,7 +2,7 @@ SetupVibe installe [Spec-Kit](https://github.com/github/spec-kit) sur l'édition Desktop (macOS et Linux bureau) via `uv tool install specify-cli`. -> Guide des outils — v0.41.8 +> Guide des outils — v0.41.9 - **Commande :** `specify` - **Paquet :** `specify-cli` (PyPI) diff --git a/docs/desktop/fr/cronboard.md b/docs/desktop/fr/cronboard.md index 90a6439..4117d78 100644 --- a/docs/desktop/fr/cronboard.md +++ b/docs/desktop/fr/cronboard.md @@ -1,6 +1,6 @@ # Guide Cronboard > -> Tableau de bord de surveillance Cron TUI — v0.41.8 +> Tableau de bord de surveillance Cron TUI — v0.41.9 SetupVibe installe [Cronboard](https://github.com/antoniorodr/cronboard) pour fournir une interface utilisateur de terminal (TUI) pour la gestion des tâches cron. diff --git a/docs/desktop/fr/pm2.md b/docs/desktop/fr/pm2.md index a5beeba..0ba9dd1 100644 --- a/docs/desktop/fr/pm2.md +++ b/docs/desktop/fr/pm2.md @@ -1,6 +1,6 @@ # Guide PM2 > -> Guide de gestion de processus — v0.41.8 +> Guide de gestion de processus — v0.41.9 SetupVibe installe [PM2](https://pm2.keymetrics.io/) globalement et le configure pour un démarrage automatique sur l'édition Desktop. diff --git a/docs/desktop/fr/tmux.md b/docs/desktop/fr/tmux.md index f8ebf37..0b8b781 100644 --- a/docs/desktop/fr/tmux.md +++ b/docs/desktop/fr/tmux.md @@ -1,6 +1,6 @@ # Guide Tmux > -> Configuration do multiplexeur de terminal — v0.41.8 +> Configuration do multiplexeur de terminal — v0.41.9 SetupVibe installe et configure tmux avec [TPM](https://github.com/tmux-plugins/tpm) et un ensemble de plugins sélectionnés. L'édition Desktop utilise [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), téléchargée automatiquement lors de l'installation. diff --git a/docs/desktop/pt-br/README.md b/docs/desktop/pt-br/README.md index 1687670..abbf21c 100644 --- a/docs/desktop/pt-br/README.md +++ b/docs/desktop/pt-br/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edição Desktop -> Configuração de ambiente de desenvolvimento multiplataforma — v0.41.8 +> Configuração de ambiente de desenvolvimento multiplataforma — v0.41.9 Instala e configura um stack de desenvolvedor completo em um comando. Suporta macOS e as principais distribuições Linux. diff --git a/docs/desktop/pt-br/SPECKIT.md b/docs/desktop/pt-br/SPECKIT.md index 7e95010..95675b5 100644 --- a/docs/desktop/pt-br/SPECKIT.md +++ b/docs/desktop/pt-br/SPECKIT.md @@ -2,7 +2,7 @@ O SetupVibe instala o [Spec-Kit](https://github.com/github/spec-kit) na edição Desktop (macOS e Linux desktop) via `uv tool install specify-cli`. -> Guia de ferramentas — v0.41.8 +> Guia de ferramentas — v0.41.9 - **Comando:** `specify` - **Pacote:** `specify-cli` (PyPI) diff --git a/docs/desktop/pt-br/cronboard.md b/docs/desktop/pt-br/cronboard.md index 4ffce55..2407ece 100644 --- a/docs/desktop/pt-br/cronboard.md +++ b/docs/desktop/pt-br/cronboard.md @@ -1,6 +1,6 @@ # Guia do Cronboard > -> Dashboard de monitoramento Cron TUI — v0.41.8 +> Dashboard de monitoramento Cron TUI — v0.41.9 O SetupVibe instala o [Cronboard](https://github.com/antoniorodr/cronboard) para fornecer uma interface visual (TUI) para gerenciamento de tarefas cron. diff --git a/docs/desktop/pt-br/pm2.md b/docs/desktop/pt-br/pm2.md index 32dfeb8..f11ef3d 100644 --- a/docs/desktop/pt-br/pm2.md +++ b/docs/desktop/pt-br/pm2.md @@ -1,6 +1,6 @@ # Guia do PM2 > -> Guia de gerenciamento de processos — v0.41.8 +> Guia de gerenciamento de processos — v0.41.9 O SetupVibe instala o [PM2](https://pm2.keymetrics.io/) globalmente e o configura para inicialização automática na edição Desktop. diff --git a/docs/desktop/pt-br/tmux.md b/docs/desktop/pt-br/tmux.md index 7ac2b9a..65fd8a6 100644 --- a/docs/desktop/pt-br/tmux.md +++ b/docs/desktop/pt-br/tmux.md @@ -1,6 +1,6 @@ # Guia do Tmux > -> Configuração do multiplexador de terminal — v0.41.8 +> Configuração do multiplexador de terminal — v0.41.9 O SetupVibe instala e configura o tmux com o [TPM](https://github.com/tmux-plugins/tpm) e um conjunto selecionado de plugins. A Edição Desktop usa [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), baixada automaticamente durante a instalação. diff --git a/docs/en/ALIAS.md b/docs/en/ALIAS.md index 9474850..dd9f93e 100644 --- a/docs/en/ALIAS.md +++ b/docs/en/ALIAS.md @@ -1,6 +1,6 @@ # SetupVibe Aliases -> Shell environment aliases — v0.41.8 +> Shell environment aliases — v0.41.9 This is the exhaustive list of all aliases configured by SetupVibe on all platforms. diff --git a/docs/en/CONTRIBUTING.md b/docs/en/CONTRIBUTING.md index 16ffa2e..a448b4b 100644 --- a/docs/en/CONTRIBUTING.md +++ b/docs/en/CONTRIBUTING.md @@ -57,7 +57,7 @@ All `.md` files must follow these rules strictly: ## 🔢 Versioning Process -When updating the version (e.g., from `0.41.8` to `0.42.0`), you **must** update the version string in all of the following locations: +When updating the version (e.g., from `0.41.9` to `0.42.0`), you **must** update the version string in all of the following locations: - `desktop.sh` (the `VERSION` variable) - `server.sh` (the `VERSION` variable) diff --git a/docs/es/ALIAS.md b/docs/es/ALIAS.md index 835cf36..f17f900 100644 --- a/docs/es/ALIAS.md +++ b/docs/es/ALIAS.md @@ -1,6 +1,6 @@ # Aliases de SetupVibe -> Aliases del entorno de shell — v0.41.8 +> Aliases del entorno de shell — v0.41.9 Esta é a lista exaustiva de todos os aliases configurados pelo SetupVibe em todas as plataformas. diff --git a/docs/es/CONTRIBUTING.md b/docs/es/CONTRIBUTING.md index 8fe0d1c..da59347 100644 --- a/docs/es/CONTRIBUTING.md +++ b/docs/es/CONTRIBUTING.md @@ -57,7 +57,7 @@ Todos los archivos `.md` deben seguir estas reglas estrictamente: ## 🔢 Proceso de Versionado -Al actualizar la versión (ej: de `0.41.8` a `0.42.0`), **debes** actualizar la cadena de versión en todas las siguientes ubicaciones: +Al actualizar la versión (ej: de `0.41.9` a `0.42.0`), **debes** actualizar la cadena de versión en todas las siguientes ubicaciones: - `desktop.sh` (variable `VERSION`) - `server.sh` (variable `VERSION`) diff --git a/docs/fr/ALIAS.md b/docs/fr/ALIAS.md index 9363429..6b36a13 100644 --- a/docs/fr/ALIAS.md +++ b/docs/fr/ALIAS.md @@ -1,6 +1,6 @@ # Aliases SetupVibe -> Alias de l'environnement shell — v0.41.8 +> Alias de l'environnement shell — v0.41.9 Voici la liste exhaustive de todos os aliases configurados por SetupVibe sur toutes les plateformes. diff --git a/docs/fr/CONTRIBUTING.md b/docs/fr/CONTRIBUTING.md index 88b29d6..38d7644 100644 --- a/docs/fr/CONTRIBUTING.md +++ b/docs/fr/CONTRIBUTING.md @@ -57,7 +57,7 @@ Tous les fichiers `.md` doivent suivre strictement ces règles : ## 🔢 Processus de Versionnage -Lors de la mise à jour de la version (ex : de `0.41.8` à `0.42.0`), vous **devez** mettre à jour la chaîne de version dans tous les emplacements suivants : +Lors de la mise à jour de la version (ex : de `0.41.9` à `0.42.0`), vous **devez** mettre à jour la chaîne de version dans tous les emplacements suivants : - `desktop.sh` (variable `VERSION`) - `server.sh` (variable `VERSION`) diff --git a/docs/pt-br/ALIAS.md b/docs/pt-br/ALIAS.md index 13acc96..4bdc882 100644 --- a/docs/pt-br/ALIAS.md +++ b/docs/pt-br/ALIAS.md @@ -1,6 +1,6 @@ # SetupVibe Aliases -> Aliases do ambiente shell — v0.41.8 +> Aliases do ambiente shell — v0.41.9 Esta é a lista exaustiva de todos os aliases configurados pelo SetupVibe em todas as plataformas. diff --git a/docs/pt-br/CONTRIBUTING.md b/docs/pt-br/CONTRIBUTING.md index 13d00ad..c4327e9 100644 --- a/docs/pt-br/CONTRIBUTING.md +++ b/docs/pt-br/CONTRIBUTING.md @@ -57,7 +57,7 @@ Todos os arquivos `.md` devem seguir estas regras rigorosamente: ## 🔢 Processo de Versionamento -Ao atualizar a versão (ex: de `0.41.8` para `0.42.0`), você **deve** atualizar a string de versão em todos os seguintes locais: +Ao atualizar a versão (ex: de `0.41.9` para `0.42.0`), você **deve** atualizar a string de versão em todos os seguintes locais: - `desktop.sh` (variável `VERSION`) - `server.sh` (variável `VERSION`) diff --git a/docs/server/README.md b/docs/server/README.md index a2fb081..298a8be 100644 --- a/docs/server/README.md +++ b/docs/server/README.md @@ -1,6 +1,6 @@ # SetupVibe — Server Edition -> Linux server setup — v0.41.8 +> Linux server setup — v0.41.9 Lean Linux-only setup for production servers. No Homebrew. Installs Docker, Ansible, GitHub CLI, networking tools, Tailscale, SSH, shell, tmux, and AI CLI tools via NodeSource Node.js. Optionally installs the .NET SDK via `--install-dotnet` (default .NET 10). Optionally configures the machine as a Docker Swarm Manager node via the `--manager` flag. diff --git a/docs/server/en/README.md b/docs/server/en/README.md index 6034f69..cc61734 100644 --- a/docs/server/en/README.md +++ b/docs/server/en/README.md @@ -1,6 +1,6 @@ # SetupVibe — Server Edition -> Linux server setup — v0.41.8 +> Linux server setup — v0.41.9 A lean, focused setup script for Linux servers. No Homebrew, no language ecosystems, no desktop tools. Installs only what a production server needs: Docker, Ansible, networking, shell, tmux, and AI CLI tools. diff --git a/docs/server/es/README.md b/docs/server/es/README.md index bcf4a94..7825d1b 100644 --- a/docs/server/es/README.md +++ b/docs/server/es/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edición Servidor -> Configuración de servidor Linux — v0.41.8 +> Configuración de servidor Linux — v0.41.9 Un script de configuración ligero y enfocado para servidores Linux. Sin Homebrew, sin ecosistemas de lenguajes, sin herramientas de escritorio. Instala solo lo que un servidor de producción necesita: Docker, Ansible, redes, shell, tmux y herramientas AI CLI. diff --git a/docs/server/fr/README.md b/docs/server/fr/README.md index adc579b..08ae29d 100644 --- a/docs/server/fr/README.md +++ b/docs/server/fr/README.md @@ -1,6 +1,6 @@ # SetupVibe — Édition Serveur -> Configuration de serveur Linux — v0.41.8 +> Configuration de serveur Linux — v0.41.9 Un script de configuration léger et ciblé pour les serveurs Linux. Pas de Homebrew, pas d'écosystèmes de langages, pas d'outils de bureau. Installe uniquement ce dont un serveur de production a besoin : Docker, Ansible, réseau, shell, tmux et outils AI CLI. diff --git a/docs/server/pt-br/README.md b/docs/server/pt-br/README.md index 9176ffd..021eb48 100644 --- a/docs/server/pt-br/README.md +++ b/docs/server/pt-br/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edição Servidor -> Configuração de servidor Linux — v0.41.8 +> Configuração de servidor Linux — v0.41.9 Um script de configuração enxuto e focado para servidores Linux. Sem Homebrew, sem ecossistemas de linguagens, sem ferramentas de desktop. Instala apenas o que um servidor de produção precisa: Docker, Ansible, rede, shell, tmux e ferramentas AI CLI. diff --git a/server.sh b/server.sh index 58ca933..5886417 100755 --- a/server.sh +++ b/server.sh @@ -26,7 +26,7 @@ NC='\033[0m' # No Color # --- VERSION --- -VERSION="0.41.8" +VERSION="0.41.9" INSTALL_URL="https://server.setupvibe.dev" # --- ARGUMENT PARSING --- @@ -848,11 +848,14 @@ update_steps_dotnet_labels() { return fi local dver="" - if [[ -x "$REAL_HOME/.dotnet/dotnet" ]]; then - dver=$(user_do env HOME="$REAL_HOME" PATH="$REAL_HOME/.dotnet:${PATH}" "$REAL_HOME/.dotnet/dotnet" --version 2>/dev/null | head -1 | tr -d '\r' || true) - fi - if [[ -z "$dver" ]] && user_do bash -lc 'export PATH="$HOME/.dotnet:/usr/local/bin:/usr/bin:$PATH"; command -v dotnet' &>/dev/null; then - dver=$(user_do bash -lc 'export PATH="$HOME/.dotnet:/usr/local/bin:/usr/bin:$PATH"; dotnet --version 2>/dev/null' | head -1 | tr -d '\r' || true) + local cand + for cand in "$REAL_HOME/.dotnet/dotnet" "/usr/bin/dotnet" "/usr/share/dotnet/dotnet"; do + [[ -e "$cand" ]] || continue + dver=$(user_do env HOME="$REAL_HOME" PATH="$(dirname "$cand"):/usr/local/bin:/usr/bin:${PATH}" "$cand" --version 2>/dev/null | head -1 | tr -d '\r' || true) + [[ -n "$dver" ]] && break + done + if [[ -z "$dver" ]]; then + dver=$(user_do bash -c 'export PATH="$HOME/.dotnet:/snap/bin:/usr/local/bin:/usr/bin:$PATH"; command -v dotnet >/dev/null 2>&1 && dotnet --version' 2>/dev/null | head -1 | tr -d '\r' || true) fi if [[ -z "$dver" ]] && command -v dotnet &>/dev/null; then dver=$(dotnet --version 2>/dev/null | head -1 | tr -d '\r' || true) From 296acb824b2d3a7bf12b92497a7ec282590e96d7 Mon Sep 17 00:00:00 2001 From: Bruno Belchior Souza Vicente Date: Sat, 18 Apr 2026 12:45:46 -0300 Subject: [PATCH 4/4] chore: set release version to v0.41.7 Consolidate CHANGELOG into one v0.41.7 release; align desktop.sh, server.sh, and documentation (remove intermediate v0.41.8/v0.41.9 version strings). Made-with: Cursor --- .claude/skills/documentation/SKILL.md | 2 +- .claude/skills/make-changelog/SKILL.md | 2 +- .gemini/skills/documentation/SKILL.md | 2 +- .gemini/skills/make-changelog/SKILL.md | 2 +- AGENTS.md | 2 +- CHANGELOG.md | 20 ++++---------------- CLAUDE.md | 2 +- GEMINI.md | 2 +- MARKDOWN.md | 2 +- README.md | 2 +- desktop.sh | 2 +- docs/README.md | 2 +- docs/desktop/README.md | 2 +- docs/desktop/en/README.md | 2 +- docs/desktop/en/SPECKIT.md | 2 +- docs/desktop/en/cronboard.md | 2 +- docs/desktop/en/pm2.md | 2 +- docs/desktop/en/tmux.md | 2 +- docs/desktop/es/README.md | 2 +- docs/desktop/es/SPECKIT.md | 2 +- docs/desktop/es/cronboard.md | 2 +- docs/desktop/es/pm2.md | 2 +- docs/desktop/es/tmux.md | 2 +- docs/desktop/fr/README.md | 2 +- docs/desktop/fr/SPECKIT.md | 2 +- docs/desktop/fr/cronboard.md | 2 +- docs/desktop/fr/pm2.md | 2 +- docs/desktop/fr/tmux.md | 2 +- docs/desktop/pt-br/README.md | 2 +- docs/desktop/pt-br/SPECKIT.md | 2 +- docs/desktop/pt-br/cronboard.md | 2 +- docs/desktop/pt-br/pm2.md | 2 +- docs/desktop/pt-br/tmux.md | 2 +- docs/en/ALIAS.md | 2 +- docs/en/CONTRIBUTING.md | 2 +- docs/es/ALIAS.md | 2 +- docs/es/CONTRIBUTING.md | 2 +- docs/fr/ALIAS.md | 2 +- docs/fr/CONTRIBUTING.md | 2 +- docs/pt-br/ALIAS.md | 2 +- docs/pt-br/CONTRIBUTING.md | 2 +- docs/server/README.md | 2 +- docs/server/en/README.md | 2 +- docs/server/es/README.md | 2 +- docs/server/fr/README.md | 2 +- docs/server/pt-br/README.md | 2 +- server.sh | 2 +- 47 files changed, 50 insertions(+), 62 deletions(-) diff --git a/.claude/skills/documentation/SKILL.md b/.claude/skills/documentation/SKILL.md index df08cc4..9a95d04 100644 --- a/.claude/skills/documentation/SKILL.md +++ b/.claude/skills/documentation/SKILL.md @@ -16,7 +16,7 @@ Ao criar ou editar QUALQUER arquivo `.md`, você DEVE seguir estas regras para e ```markdown # Título do Guia - > Descrição curta — v0.41.9 + > Descrição curta — v0.41.7 ``` 2. **Hierarquia de Títulos:** Use `#` para H1, `##` para H2, etc. Nunca pule níveis (ex: não pule de H1 para H3). 3. **Tabelas:** Alinhamento obrigatório com pipes `|` e linha separadora `|---|---|`. diff --git a/.claude/skills/make-changelog/SKILL.md b/.claude/skills/make-changelog/SKILL.md index e45d27b..acb6259 100644 --- a/.claude/skills/make-changelog/SKILL.md +++ b/.claude/skills/make-changelog/SKILL.md @@ -27,7 +27,7 @@ Distribua as mudanças nas seções padronizadas do "Keep a Changelog": ## 3. Formatação e Estilo - **Cabeçalho da Versão:** Use H2 com colchetes, versão e data (AAAA-MM-DD). - * *Exemplo:* `## [v0.41.9] - 2026-04-05` + * *Exemplo:* `## [v0.41.7] - 2026-04-05` - **Mensagens:** * Use o tempo verbal no passado (ex: "Added", "Improved", "Fixed"). * Seja conciso mas específico (ex: em vez de "Update PATH", use "Improved PATH handling for Ruby and Composer"). diff --git a/.gemini/skills/documentation/SKILL.md b/.gemini/skills/documentation/SKILL.md index 586b1b5..4459610 100644 --- a/.gemini/skills/documentation/SKILL.md +++ b/.gemini/skills/documentation/SKILL.md @@ -11,7 +11,7 @@ Este guia define o padrão ouro para manter a documentação do SetupVibe sincro Ao criar ou editar QUALQUER arquivo `.md`, você DEVE invocar a skill **`markdown-format`** para garantir a conformidade com as regras do projeto: -1. **Cabeçalho Padrão:** Começar com H1 seguido de blockquote com a versão. Ex: `> Descrição curta — v0.41.9`. +1. **Cabeçalho Padrão:** Começar com H1 seguido de blockquote com a versão. Ex: `> Descrição curta — v0.41.7`. 2. **Linting Delegado:** Todas as regras de títulos, tabelas, code blocks, links, listas e espaçamentos são gerenciadas pela skill `markdown-format`. **Não ignore seus avisos**. 3. **Linting Final:** Após criar ou editar o arquivo, processe-o com a skill `markdown-format` para validar conformidade. diff --git a/.gemini/skills/make-changelog/SKILL.md b/.gemini/skills/make-changelog/SKILL.md index 052d606..b61ba00 100644 --- a/.gemini/skills/make-changelog/SKILL.md +++ b/.gemini/skills/make-changelog/SKILL.md @@ -28,7 +28,7 @@ Distribua as mudanças nas seções padronizadas do "Keep a Changelog": Para garantir a perfeição visual e técnica do `CHANGELOG.md`: -- **Cabeçalho da Versão:** Use H2 com colchetes, versão e data (AAAA-MM-DD). Ex: `## [v0.41.9] - 2026-04-05`. +- **Cabeçalho da Versão:** Use H2 com colchetes, versão e data (AAAA-MM-DD). Ex: `## [v0.41.7] - 2026-04-05`. - **Mensagens:** Use bullet points `-` e tempo verbal no passado (Added, Improved, Fixed). - **Linting:** Após gerar o conteúdo, **você deve invocar a skill `markdown-format`** para aplicar o alinhamento de tabelas, espaçamento de blocos e o rodapé obrigatório. diff --git a/AGENTS.md b/AGENTS.md index 77bc6b8..4d74021 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,7 +4,7 @@ This file provides instructions and context for AI coding agents (OpenAI Codex, ## What This Project Is -**SetupVibe** is a cross-platform automated development environment setup script (v0.41.9). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). +**SetupVibe** is a cross-platform automated development environment setup script (v0.41.7). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). There are two editions: diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a483a..71ae1ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,6 @@ All notable changes to **SetupVibe** are documented in this file. --- -## [v0.41.9] - 2026-04-18 - -### Fixed - -- **.NET roadmap label:** Improved detection of an existing `dotnet` installation for the interactive roadmap and final summary (try `/usr/bin/dotnet`, `/usr/share/dotnet/dotnet`, and `~/.dotnet/dotnet`; use `bash -c` with `PATH` including `snap/bin` instead of relying on `bash -l`). - ---- - -## [v0.41.8] - 2026-04-18 - -### Changed - -- Roadmap and installation summary now show **.NET** in the relevant step title when `--install-dotnet` is used, or when an existing **.NET SDK** is detected (Desktop step 5; Server **AI CLI Tools** step). - ---- - ## [v0.41.7] - 2026-04-18 ### Added @@ -27,6 +11,10 @@ All notable changes to **SetupVibe** are documented in this file. - Optional **.NET SDK** installation via `--install-dotnet` (defaults to **.NET 10** LTS channel) and `--install-dotnet=8|9|10` on both **Desktop** and **Server** editions. Linux uses the Microsoft APT repository when available, with fallback to the official `dotnet-install.sh` script; macOS (Desktop) uses `dotnet-install.sh` under `~/.dotnet`. - Shell PATH support for user-local .NET (`DOTNET_ROOT`, `~/.dotnet`, `~/.dotnet/tools`) in `conf/zshrc-*.zsh` when `~/.dotnet` exists. +### Changed + +- Roadmap and installation summary show **.NET** in the relevant step title when `--install-dotnet` is used, or when an existing **.NET SDK** is detected (Desktop step 5; Server **AI CLI Tools** step). Detection checks `~/.dotnet/dotnet`, `/usr/bin/dotnet`, `/usr/share/dotnet/dotnet`, and uses `bash -c` with `PATH` including `snap/bin` where needed. + --- ## [v0.41.6] - 2026-04-05 diff --git a/CLAUDE.md b/CLAUDE.md index 0005bd1..203ea96 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## What This Project Is -**SetupVibe** is a cross-platform automated development environment setup script (v0.41.9). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). +**SetupVibe** is a cross-platform automated development environment setup script (v0.41.7). It installs and configures a complete developer toolkit in one command, supporting macOS 12+ and Linux (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). There are two editions: diff --git a/GEMINI.md b/GEMINI.md index 921c574..f855c95 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -4,7 +4,7 @@ This file provides instructions and context for Gemini CLI when working with the ## Project Overview -**SetupVibe** is a cross-platform automated development environment setup tool (v0.41.9). It streamlines the installation and configuration of a complete developer toolkit for macOS (12+) and major Linux distributions (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). +**SetupVibe** is a cross-platform automated development environment setup tool (v0.41.7). It streamlines the installation and configuration of a complete developer toolkit for macOS (12+) and major Linux distributions (Ubuntu 24.04+, Debian 12+, Zorin OS 18+). The project consists of two primary editions: diff --git a/MARKDOWN.md b/MARKDOWN.md index 195763a..65a79fa 100644 --- a/MARKDOWN.md +++ b/MARKDOWN.md @@ -394,7 +394,7 @@ Documentation files in `docs/` should begin with an H1 and a blockquote describi ```markdown # Guide Title -> Short description — v0.41.9 +> Short description — v0.41.7 ``` --- diff --git a/README.md b/README.md index 6baf146..77d6f02 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SetupVibe -> The ultimate cross-platform development environment setup script — v0.41.9 +> The ultimate cross-platform development environment setup script — v0.41.7 Installs and configures a complete development stack in one command, supporting macOS and major Linux distributions. diff --git a/desktop.sh b/desktop.sh index 253017a..ea9d71e 100644 --- a/desktop.sh +++ b/desktop.sh @@ -25,7 +25,7 @@ NC='\033[0m' # No Color # --- VERSION --- -VERSION="0.41.9" +VERSION="0.41.7" INSTALL_URL="https://desktop.setupvibe.dev" # --- ARGUMENT PARSING --- diff --git a/docs/README.md b/docs/README.md index 921233c..c63dfbd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # SetupVibe Documentation -> Automated development environment setup — v0.41.9 +> Automated development environment setup — v0.41.7 SetupVibe transforms any fresh machine into a fully configured development workspace in one command. It supports two editions depending on your target. When you pass `--install-dotnet` or a .NET SDK is already detected, the interactive roadmap and final installation summary include **.NET** in the relevant step title (Desktop: Languages step; Server: AI CLI Tools). diff --git a/docs/desktop/README.md b/docs/desktop/README.md index cc81323..07ad4d2 100644 --- a/docs/desktop/README.md +++ b/docs/desktop/README.md @@ -1,6 +1,6 @@ # SetupVibe — Desktop Edition -> Cross-platform development environment setup — v0.41.9 +> Cross-platform development environment setup — v0.41.7 Cross-platform setup for macOS and Linux desktops. Installs a complete development stack in one command: languages (PHP, Ruby, Go, Rust, Python, Node.js; optional .NET SDK via `--install-dotnet`), DevOps tools, modern Unix utilities, shell, tmux, and AI CLI tools. diff --git a/docs/desktop/en/README.md b/docs/desktop/en/README.md index 3083efd..1e835f4 100644 --- a/docs/desktop/en/README.md +++ b/docs/desktop/en/README.md @@ -1,6 +1,6 @@ # SetupVibe — Desktop Edition -> Cross-platform development environment setup — v0.41.9 +> Cross-platform development environment setup — v0.41.7 Installs and configures a complete developer stack in one command. Supports macOS and major Linux distributions. diff --git a/docs/desktop/en/SPECKIT.md b/docs/desktop/en/SPECKIT.md index 80b197c..bb376e6 100644 --- a/docs/desktop/en/SPECKIT.md +++ b/docs/desktop/en/SPECKIT.md @@ -1,6 +1,6 @@ # Spec-Kit Guide -> Tooling guide — v0.41.9 +> Tooling guide — v0.41.7 SetupVibe installs [Spec-Kit](https://github.com/github/spec-kit) on the Desktop edition (macOS and Linux desktop) via `uv tool install specify-cli`. diff --git a/docs/desktop/en/cronboard.md b/docs/desktop/en/cronboard.md index a12bf7c..806731f 100644 --- a/docs/desktop/en/cronboard.md +++ b/docs/desktop/en/cronboard.md @@ -1,6 +1,6 @@ # Cronboard Guide > -> Cron TUI for dashboard monitoring — v0.41.9 +> Cron TUI for dashboard monitoring — v0.41.7 SetupVibe installs [Cronboard](https://github.com/antoniorodr/cronboard) to provide a terminal user interface (TUI) for managing cron tasks. diff --git a/docs/desktop/en/pm2.md b/docs/desktop/en/pm2.md index ccdd31f..4acc1c0 100644 --- a/docs/desktop/en/pm2.md +++ b/docs/desktop/en/pm2.md @@ -1,6 +1,6 @@ # PM2 Guide > -> Process management guide — v0.41.9 +> Process management guide — v0.41.7 SetupVibe installs [PM2](https://pm2.keymetrics.io/) globally and configures it for auto-startup on the Desktop edition. diff --git a/docs/desktop/en/tmux.md b/docs/desktop/en/tmux.md index 876073f..4749459 100644 --- a/docs/desktop/en/tmux.md +++ b/docs/desktop/en/tmux.md @@ -1,6 +1,6 @@ # Tmux Guide > -> Terminal multiplexer configuration — v0.41.9 +> Terminal multiplexer configuration — v0.41.7 SetupVibe installs and configures tmux with [TPM](https://github.com/tmux-plugins/tpm) and a curated plugin set. The Desktop edition uses [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), downloaded automatically during setup. diff --git a/docs/desktop/es/README.md b/docs/desktop/es/README.md index 42b2126..0c16072 100644 --- a/docs/desktop/es/README.md +++ b/docs/desktop/es/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edición Escritorio -> Configuración de entorno de desarrollo multiplataforma — v0.41.9 +> Configuración de entorno de desarrollo multiplataforma — v0.41.7 Instala y configura un stack de desarrollo completo en un solo comando. Soporta macOS y las principales distribuciones de Linux. diff --git a/docs/desktop/es/SPECKIT.md b/docs/desktop/es/SPECKIT.md index 4f6ee46..99ecc2b 100644 --- a/docs/desktop/es/SPECKIT.md +++ b/docs/desktop/es/SPECKIT.md @@ -2,7 +2,7 @@ SetupVibe instala [Spec-Kit](https://github.com/github/spec-kit) en la edición Desktop (macOS y Linux escritorio) a través de `uv tool install specify-cli`. -> Guía de herramientas — v0.41.9 +> Guía de herramientas — v0.41.7 - **Comando:** `specify` - **Paquete:** `specify-cli` (PyPI) diff --git a/docs/desktop/es/cronboard.md b/docs/desktop/es/cronboard.md index 2c79fb1..aa22dbb 100644 --- a/docs/desktop/es/cronboard.md +++ b/docs/desktop/es/cronboard.md @@ -1,6 +1,6 @@ # Guía de Cronboard > -> Panel de monitoreo Cron TUI — v0.41.9 +> Panel de monitoreo Cron TUI — v0.41.7 SetupVibe instala [Cronboard](https://github.com/antoniorodr/cronboard) para proporcionar una interfaz de usuario de terminal (TUI) para gestionar tareas de cron. diff --git a/docs/desktop/es/pm2.md b/docs/desktop/es/pm2.md index aa42b9a..095a6f6 100644 --- a/docs/desktop/es/pm2.md +++ b/docs/desktop/es/pm2.md @@ -1,6 +1,6 @@ # Guía de PM2 > -> Guía de gestión de procesos — v0.41.9 +> Guía de gestión de procesos — v0.41.7 SetupVibe instala [PM2](https://pm2.keymetrics.io/) globalmente y lo configura para que se inicie automáticamente en la edición Desktop. diff --git a/docs/desktop/es/tmux.md b/docs/desktop/es/tmux.md index d753c0b..1dff19a 100644 --- a/docs/desktop/es/tmux.md +++ b/docs/desktop/es/tmux.md @@ -1,6 +1,6 @@ # Guía de Tmux > -> Configuración del multiplexor de terminal — v0.41.9 +> Configuración del multiplexor de terminal — v0.41.7 SetupVibe instala y configura tmux con [TPM](https://github.com/tmux-plugins/tpm) y un conjunto de plugins seleccionados. La edición Desktop usa [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), descargada automáticamente durante la instalación. diff --git a/docs/desktop/fr/README.md b/docs/desktop/fr/README.md index 111aa0e..bea1a25 100644 --- a/docs/desktop/fr/README.md +++ b/docs/desktop/fr/README.md @@ -1,6 +1,6 @@ # SetupVibe — Édition Bureau -> Configuration de l'environnement de développement multiplateforme — v0.41.9 +> Configuration de l'environnement de développement multiplateforme — v0.41.7 Installe et configure un stack complet de développeur en une seule commande. Supporte macOS et les principales distributions Linux. diff --git a/docs/desktop/fr/SPECKIT.md b/docs/desktop/fr/SPECKIT.md index a74879e..3109121 100644 --- a/docs/desktop/fr/SPECKIT.md +++ b/docs/desktop/fr/SPECKIT.md @@ -2,7 +2,7 @@ SetupVibe installe [Spec-Kit](https://github.com/github/spec-kit) sur l'édition Desktop (macOS et Linux bureau) via `uv tool install specify-cli`. -> Guide des outils — v0.41.9 +> Guide des outils — v0.41.7 - **Commande :** `specify` - **Paquet :** `specify-cli` (PyPI) diff --git a/docs/desktop/fr/cronboard.md b/docs/desktop/fr/cronboard.md index 4117d78..f02f2f2 100644 --- a/docs/desktop/fr/cronboard.md +++ b/docs/desktop/fr/cronboard.md @@ -1,6 +1,6 @@ # Guide Cronboard > -> Tableau de bord de surveillance Cron TUI — v0.41.9 +> Tableau de bord de surveillance Cron TUI — v0.41.7 SetupVibe installe [Cronboard](https://github.com/antoniorodr/cronboard) pour fournir une interface utilisateur de terminal (TUI) pour la gestion des tâches cron. diff --git a/docs/desktop/fr/pm2.md b/docs/desktop/fr/pm2.md index 0ba9dd1..05109ed 100644 --- a/docs/desktop/fr/pm2.md +++ b/docs/desktop/fr/pm2.md @@ -1,6 +1,6 @@ # Guide PM2 > -> Guide de gestion de processus — v0.41.9 +> Guide de gestion de processus — v0.41.7 SetupVibe installe [PM2](https://pm2.keymetrics.io/) globalement et le configure pour un démarrage automatique sur l'édition Desktop. diff --git a/docs/desktop/fr/tmux.md b/docs/desktop/fr/tmux.md index 0b8b781..152091c 100644 --- a/docs/desktop/fr/tmux.md +++ b/docs/desktop/fr/tmux.md @@ -1,6 +1,6 @@ # Guide Tmux > -> Configuration do multiplexeur de terminal — v0.41.9 +> Configuration do multiplexeur de terminal — v0.41.7 SetupVibe installe et configure tmux avec [TPM](https://github.com/tmux-plugins/tpm) et un ensemble de plugins sélectionnés. L'édition Desktop utilise [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), téléchargée automatiquement lors de l'installation. diff --git a/docs/desktop/pt-br/README.md b/docs/desktop/pt-br/README.md index abbf21c..cc0fc9e 100644 --- a/docs/desktop/pt-br/README.md +++ b/docs/desktop/pt-br/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edição Desktop -> Configuração de ambiente de desenvolvimento multiplataforma — v0.41.9 +> Configuração de ambiente de desenvolvimento multiplataforma — v0.41.7 Instala e configura um stack de desenvolvedor completo em um comando. Suporta macOS e as principais distribuições Linux. diff --git a/docs/desktop/pt-br/SPECKIT.md b/docs/desktop/pt-br/SPECKIT.md index 95675b5..65a671b 100644 --- a/docs/desktop/pt-br/SPECKIT.md +++ b/docs/desktop/pt-br/SPECKIT.md @@ -2,7 +2,7 @@ O SetupVibe instala o [Spec-Kit](https://github.com/github/spec-kit) na edição Desktop (macOS e Linux desktop) via `uv tool install specify-cli`. -> Guia de ferramentas — v0.41.9 +> Guia de ferramentas — v0.41.7 - **Comando:** `specify` - **Pacote:** `specify-cli` (PyPI) diff --git a/docs/desktop/pt-br/cronboard.md b/docs/desktop/pt-br/cronboard.md index 2407ece..c56b700 100644 --- a/docs/desktop/pt-br/cronboard.md +++ b/docs/desktop/pt-br/cronboard.md @@ -1,6 +1,6 @@ # Guia do Cronboard > -> Dashboard de monitoramento Cron TUI — v0.41.9 +> Dashboard de monitoramento Cron TUI — v0.41.7 O SetupVibe instala o [Cronboard](https://github.com/antoniorodr/cronboard) para fornecer uma interface visual (TUI) para gerenciamento de tarefas cron. diff --git a/docs/desktop/pt-br/pm2.md b/docs/desktop/pt-br/pm2.md index f11ef3d..d395070 100644 --- a/docs/desktop/pt-br/pm2.md +++ b/docs/desktop/pt-br/pm2.md @@ -1,6 +1,6 @@ # Guia do PM2 > -> Guia de gerenciamento de processos — v0.41.9 +> Guia de gerenciamento de processos — v0.41.7 O SetupVibe instala o [PM2](https://pm2.keymetrics.io/) globalmente e o configura para inicialização automática na edição Desktop. diff --git a/docs/desktop/pt-br/tmux.md b/docs/desktop/pt-br/tmux.md index 65fd8a6..7d67340 100644 --- a/docs/desktop/pt-br/tmux.md +++ b/docs/desktop/pt-br/tmux.md @@ -1,6 +1,6 @@ # Guia do Tmux > -> Configuração do multiplexador de terminal — v0.41.9 +> Configuração do multiplexador de terminal — v0.41.7 O SetupVibe instala e configura o tmux com o [TPM](https://github.com/tmux-plugins/tpm) e um conjunto selecionado de plugins. A Edição Desktop usa [`conf/tmux-desktop.conf`](../../../conf/tmux-desktop.conf), baixada automaticamente durante a instalação. diff --git a/docs/en/ALIAS.md b/docs/en/ALIAS.md index dd9f93e..4b643e3 100644 --- a/docs/en/ALIAS.md +++ b/docs/en/ALIAS.md @@ -1,6 +1,6 @@ # SetupVibe Aliases -> Shell environment aliases — v0.41.9 +> Shell environment aliases — v0.41.7 This is the exhaustive list of all aliases configured by SetupVibe on all platforms. diff --git a/docs/en/CONTRIBUTING.md b/docs/en/CONTRIBUTING.md index a448b4b..bb01f1d 100644 --- a/docs/en/CONTRIBUTING.md +++ b/docs/en/CONTRIBUTING.md @@ -57,7 +57,7 @@ All `.md` files must follow these rules strictly: ## 🔢 Versioning Process -When updating the version (e.g., from `0.41.9` to `0.42.0`), you **must** update the version string in all of the following locations: +When updating the version (e.g., from `0.41.7` to `0.42.0`), you **must** update the version string in all of the following locations: - `desktop.sh` (the `VERSION` variable) - `server.sh` (the `VERSION` variable) diff --git a/docs/es/ALIAS.md b/docs/es/ALIAS.md index f17f900..c292383 100644 --- a/docs/es/ALIAS.md +++ b/docs/es/ALIAS.md @@ -1,6 +1,6 @@ # Aliases de SetupVibe -> Aliases del entorno de shell — v0.41.9 +> Aliases del entorno de shell — v0.41.7 Esta é a lista exaustiva de todos os aliases configurados pelo SetupVibe em todas as plataformas. diff --git a/docs/es/CONTRIBUTING.md b/docs/es/CONTRIBUTING.md index da59347..c1e90c3 100644 --- a/docs/es/CONTRIBUTING.md +++ b/docs/es/CONTRIBUTING.md @@ -57,7 +57,7 @@ Todos los archivos `.md` deben seguir estas reglas estrictamente: ## 🔢 Proceso de Versionado -Al actualizar la versión (ej: de `0.41.9` a `0.42.0`), **debes** actualizar la cadena de versión en todas las siguientes ubicaciones: +Al actualizar la versión (ej: de `0.41.7` a `0.42.0`), **debes** actualizar la cadena de versión en todas las siguientes ubicaciones: - `desktop.sh` (variable `VERSION`) - `server.sh` (variable `VERSION`) diff --git a/docs/fr/ALIAS.md b/docs/fr/ALIAS.md index 6b36a13..3fc9d56 100644 --- a/docs/fr/ALIAS.md +++ b/docs/fr/ALIAS.md @@ -1,6 +1,6 @@ # Aliases SetupVibe -> Alias de l'environnement shell — v0.41.9 +> Alias de l'environnement shell — v0.41.7 Voici la liste exhaustive de todos os aliases configurados por SetupVibe sur toutes les plateformes. diff --git a/docs/fr/CONTRIBUTING.md b/docs/fr/CONTRIBUTING.md index 38d7644..878c20a 100644 --- a/docs/fr/CONTRIBUTING.md +++ b/docs/fr/CONTRIBUTING.md @@ -57,7 +57,7 @@ Tous les fichiers `.md` doivent suivre strictement ces règles : ## 🔢 Processus de Versionnage -Lors de la mise à jour de la version (ex : de `0.41.9` à `0.42.0`), vous **devez** mettre à jour la chaîne de version dans tous les emplacements suivants : +Lors de la mise à jour de la version (ex : de `0.41.7` à `0.42.0`), vous **devez** mettre à jour la chaîne de version dans tous les emplacements suivants : - `desktop.sh` (variable `VERSION`) - `server.sh` (variable `VERSION`) diff --git a/docs/pt-br/ALIAS.md b/docs/pt-br/ALIAS.md index 4bdc882..cd7fc0b 100644 --- a/docs/pt-br/ALIAS.md +++ b/docs/pt-br/ALIAS.md @@ -1,6 +1,6 @@ # SetupVibe Aliases -> Aliases do ambiente shell — v0.41.9 +> Aliases do ambiente shell — v0.41.7 Esta é a lista exaustiva de todos os aliases configurados pelo SetupVibe em todas as plataformas. diff --git a/docs/pt-br/CONTRIBUTING.md b/docs/pt-br/CONTRIBUTING.md index c4327e9..90c95f1 100644 --- a/docs/pt-br/CONTRIBUTING.md +++ b/docs/pt-br/CONTRIBUTING.md @@ -57,7 +57,7 @@ Todos os arquivos `.md` devem seguir estas regras rigorosamente: ## 🔢 Processo de Versionamento -Ao atualizar a versão (ex: de `0.41.9` para `0.42.0`), você **deve** atualizar a string de versão em todos os seguintes locais: +Ao atualizar a versão (ex: de `0.41.7` para `0.42.0`), você **deve** atualizar a string de versão em todos os seguintes locais: - `desktop.sh` (variável `VERSION`) - `server.sh` (variável `VERSION`) diff --git a/docs/server/README.md b/docs/server/README.md index 298a8be..be462af 100644 --- a/docs/server/README.md +++ b/docs/server/README.md @@ -1,6 +1,6 @@ # SetupVibe — Server Edition -> Linux server setup — v0.41.9 +> Linux server setup — v0.41.7 Lean Linux-only setup for production servers. No Homebrew. Installs Docker, Ansible, GitHub CLI, networking tools, Tailscale, SSH, shell, tmux, and AI CLI tools via NodeSource Node.js. Optionally installs the .NET SDK via `--install-dotnet` (default .NET 10). Optionally configures the machine as a Docker Swarm Manager node via the `--manager` flag. diff --git a/docs/server/en/README.md b/docs/server/en/README.md index cc61734..72d70e7 100644 --- a/docs/server/en/README.md +++ b/docs/server/en/README.md @@ -1,6 +1,6 @@ # SetupVibe — Server Edition -> Linux server setup — v0.41.9 +> Linux server setup — v0.41.7 A lean, focused setup script for Linux servers. No Homebrew, no language ecosystems, no desktop tools. Installs only what a production server needs: Docker, Ansible, networking, shell, tmux, and AI CLI tools. diff --git a/docs/server/es/README.md b/docs/server/es/README.md index 7825d1b..559c948 100644 --- a/docs/server/es/README.md +++ b/docs/server/es/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edición Servidor -> Configuración de servidor Linux — v0.41.9 +> Configuración de servidor Linux — v0.41.7 Un script de configuración ligero y enfocado para servidores Linux. Sin Homebrew, sin ecosistemas de lenguajes, sin herramientas de escritorio. Instala solo lo que un servidor de producción necesita: Docker, Ansible, redes, shell, tmux y herramientas AI CLI. diff --git a/docs/server/fr/README.md b/docs/server/fr/README.md index 08ae29d..2a3a27b 100644 --- a/docs/server/fr/README.md +++ b/docs/server/fr/README.md @@ -1,6 +1,6 @@ # SetupVibe — Édition Serveur -> Configuration de serveur Linux — v0.41.9 +> Configuration de serveur Linux — v0.41.7 Un script de configuration léger et ciblé pour les serveurs Linux. Pas de Homebrew, pas d'écosystèmes de langages, pas d'outils de bureau. Installe uniquement ce dont un serveur de production a besoin : Docker, Ansible, réseau, shell, tmux et outils AI CLI. diff --git a/docs/server/pt-br/README.md b/docs/server/pt-br/README.md index 021eb48..3e457e6 100644 --- a/docs/server/pt-br/README.md +++ b/docs/server/pt-br/README.md @@ -1,6 +1,6 @@ # SetupVibe — Edição Servidor -> Configuração de servidor Linux — v0.41.9 +> Configuração de servidor Linux — v0.41.7 Um script de configuração enxuto e focado para servidores Linux. Sem Homebrew, sem ecossistemas de linguagens, sem ferramentas de desktop. Instala apenas o que um servidor de produção precisa: Docker, Ansible, rede, shell, tmux e ferramentas AI CLI. diff --git a/server.sh b/server.sh index 5886417..fac76b6 100755 --- a/server.sh +++ b/server.sh @@ -26,7 +26,7 @@ NC='\033[0m' # No Color # --- VERSION --- -VERSION="0.41.9" +VERSION="0.41.7" INSTALL_URL="https://server.setupvibe.dev" # --- ARGUMENT PARSING ---