Windows
Esta página fue traducida por PageTurner AI (beta). No está respaldada oficialmente por el proyecto. ¿Encontraste un error? Reportar problema →
Configurar tu terminal
Aunque Oh My Posh funciona en la terminal estándar, te recomendamos usar Windows Terminal.
Para mostrar todos los iconos, recomendamos usar una Nerd Font.
Al usar oh-my-posh dentro de WSL, asegúrate de seguir la guía de instalación para Linux.
Instalación
- winget
- manual
- chocolatey
Open a PowerShell prompt and run the following command:
winget install JanDeDobbeleer.OhMyPosh --source winget
Open a PowerShell prompt and run the following command:
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://ohmyposh.dev/install.ps1'))
The chocolatey package is maintained by the community and might not be up to date. In case of issues, please contact the maintainer.
Open a PowerShell prompt and run the following command:
choco install oh-my-posh
Esta página fue traducida por PageTurner AI (beta). No está respaldada oficialmente por el proyecto. ¿Encontraste un error? Reportar problema →
Siguientes pasos
Ahora que Oh My Posh está instalado, puedes configurar tu terminal y shell para que el prompt tenga exactamente el aspecto que deseas.
-
instalar una fuente
-
configurar tu terminal o editor para usar la fuente instalada
-
configurar tu shell para usar Oh My Posh
-
(opcional) configurar un tema o una configuración personalizada del prompt
Actualización
- winget
- manual
- chocolatey
Open a PowerShell prompt and run the following command:
winget upgrade JanDeDobbeleer.OhMyPosh --source winget
Open a PowerShell prompt and run the following command:
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://ohmyposh.dev/install.ps1'))
The chocolatey package is maintained by the community and might not be up to date. In case of issues, please contact the maintainer.
Open a PowerShell prompt and run the following command:
choco upgrade oh-my-posh