mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +00:00
.. | ||
advanced-config | ||
config | ||
faq | ||
guide | ||
migrating-to-0.45.0 | ||
presets | ||
README.md |
home | heroImage | heroText | tagline | actionText | actionLink | features | footer | metaTitle | description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true | /logo.svg | ¡El prompt minimalista, increíblemente rápido, e infinitamente personalizable para cualquier shell! | Comenzar → | ./guide/ |
|
Bajo una licencia ISC | Derechos de autor © 2019-presente Colaboradores de Starship | Starship: el indicador de comando multi-intérprete | Starship es el símbolo de sistema minimalista, ultrarápido e infinitamente customizable para cualquier intérprete de comandos. Muestra la información que necesitas, a la par que es elegante y minimalista. Instalación rápida disponible para Bash, Fish, ZSH, Ion y PowerShell. |
Instalación rápida
-
Instalar el binario de starship:
Instalar la última versión
Con la interfaz de línea de comandos:
curl -fsSL https://starship.rs/install.sh | bash
Instalar con un gestor de paquetes
Con Homebrew:
brew install starship
Con Scoop:
scoop install starship
-
Añade el script de inicio al archivo de configuración de tu interfaz de línea de comandos:
Bash
Añade el siguiente código al final de
~/.bashrc
:# ~/.bashrc eval "$(starship init bash)"
Fish
Añade el siguiente código al final de
~/.config/fish/config.fish
:# ~/.config/fish/config.fish starship init fish | source
Zsh
Añade el siguiente código al final de
~/.zshrc
:# ~/.zshrc eval "$(starship init zsh)"
Powershell
Añade el siguiente código al final de
~\Documentos\PowerShell\Microsoft.PowerShell_profile.ps1
(o~/.config/powershell/Microsoft.PowerShell_profile.ps1
en sistemas *nix):# ~\Documentos\PowerShell\Profile.ps1 Invoke-Expression (&starship init powershell)
Ion
Añade el siguiente código al final de
~/.config/ion/initrc
:# ~/.config/ion/initrc eval $(starship init ion)