New translations readme.md (Spanish)

[ci skip]
This commit is contained in:
Matan Kushner
2026-06-12 14:01:46 -04:00
parent 692307b4c8
commit 325e014006
+107 -90
View File
@@ -1,13 +1,12 @@
<p align="center">
<img
width="400"
src="https://raw.githubusercontent.com/starship/starship/master/media/logo.png"
alt="Starship - Prompt multi-intérprete de comandos"
/>
src="https://raw.githubusercontent.com/starship/starship/main/media/logo.png"
alt="Starship Cross-shell prompt"
/>
</p>
<p align="center">
<a href="https://github.com/starship/starship/actions"
<p align="center"><a href="https://github.com/starship/starship/actions"
><img
src="https://img.shields.io/github/actions/workflow/status/starship/starship/workflow.yml?branch=master&label=workflow&style=flat-square"
alt="Estado del flujo de trabajo de GitHub Actions"
@@ -39,16 +38,14 @@
/></a>
</p>
<p align="center">
<a href="https://starship.rs">Sitio web</a>
<a href="#🚀-installation">Instalación</a>
<a href="https://starship.rs/config/">Configuración</a>
<p align="center"><a href="https://starship.rs">Website</a>
·
<a href="#🚀-installation">Installation</a>
·
<a href="https://starship.rs/config/">Configuration</a>
</p>
<p align="center">
<a href="https://github.com/starship/starship/blob/master/README.md"
<p align="center"><a href="https://github.com/starship/starship/blob/master/README.md"
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-us.png"
@@ -154,12 +151,23 @@
<h1></h1>
> [!WARNING]
> **The default branch has been renamed from `master` to `main`.**
> If you have a local clone, update it by running:
>
> ```sh
> git branch -m master main
> git fetch origin
> git branch -u origin/main main
> git remote set-head origin -a
> ```
<img
src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif"
alt="Starship con iTerm 2 y el tema Snazzy"
width="50%"
align="right"
/>
src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif"
alt="Starship con iTerm 2 y el tema Snazzy"
width="50%"
align="right"
/>
**¡El prompt minimalista, ultrarápido e infinitamente personalizable para cualquier intérprete de comandos!**
@@ -170,8 +178,7 @@
- **Repleto de funciones**: con soporte para tus herramientas favoritas.
- **Fácil:** rápido de instalar empieza a usarlo en minutos.
<p align="center">
<a href="https://starship.rs/config/"><strong>Explora la documentación de Starship&nbsp;&nbsp;▶</strong></a>
<p align="center"><a href="https://starship.rs/config/"><strong>Explora la documentación de Starship&nbsp;&nbsp;▶</strong></a>
</p>
<a name="🚀-installation"></a>
@@ -186,32 +193,29 @@
Seleccione su sistema operativo de la lista de abajo para ver las instrucciones de instalación:
<details>
<summary>Android</summary>
<details><summary>Android</summary>
Instalar Starship usando cualquiera de los siguientes gestores de paquetes:
| Repositorio | Instrucciones |
| --------------------------------------------------------------------------------- | ---------------------- |
| [Termux](https://github.com/termux/termux-packages/tree/master/packages/starship) | `pkg install starship` |
| Repositorio | Instrucciones |
| ----------- | ---------------------- |
| [Termux] | `pkg install starship` |
</details>
<details>
<summary>BSD</summary>
<details><summary>BSD</summary>
Instalar Starship usando cualquiera de los siguientes gestores de paquetes:
| Distribución | Repositorio | Instrucciones |
| ---------------- | -------------------------------------------------------- | --------------------------------- |
| **_Cualquiera_** | **[crates.io](https://crates.io/crates/starship)** | `cargo install starship --locked` |
| FreeBSD | [FreshPorts](https://www.freshports.org/shells/starship) | `pkg install starship` |
| NetBSD | [pkgsrc](https://pkgsrc.se/shells/starship) | `pkgin install starship` |
| Distribución | Repositorio | Instrucciones |
| ---------------- | -------------------------------------------------- | --------------------------------- |
| **_Cualquiera_** | **[crates.io](https://crates.io/crates/starship)** | `cargo install starship --locked` |
| FreeBSD | [FreshPorts] | `pkg install starship` |
| NetBSD | [pkgsrc](https://pkgsrc.se/shells/starship) | `pkgin install starship` |
</details>
<details>
<summary>Linux</summary>
<details><summary>Linux</summary>
Instale la última versión para su sistema:
@@ -221,27 +225,26 @@ curl -sS https://starship.rs/install.sh | sh
Alternativamente, instale Starship usando cualquiera de los siguientes gestores de paquetes:
| Distribución | Repositorio | Instrucciones |
| ------------------------ | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| **_Cualquiera_** | **[crates.io](https://crates.io/crates/starship)** | `cargo install starship --locked` |
| _Cualquiera_ | [conda-forge](https://anaconda.org/conda-forge/starship) | `conda install -c conda-forge starship` |
| _Cualquiera_ | [Linuxbrew](https://formulae.brew.sh/formula/starship) | `brew install starship` |
| Alpine Linux 3.13+ | [Alpine Linux Packages](https://pkgs.alpinelinux.org/packages?name=starship) | `apk add starship` |
| Arch Linux | [Extra de Archi Linux](https://archlinux.org/packages/extra/x86_64/starship) | `pacman -S starship` |
| CentOS 7+ | [Copr](https://copr.fedorainfracloud.org/coprs/atim/starship) | `dnf copr enable atim/starship` <br /> `dnf install starship` |
| Debian 13+ | [Debian Main](https://sources.debian.org/src/starship/1.22.1-1/) | `apt install starship` |
| Fedora 40+ | [Copr](https://copr.fedorainfracloud.org/coprs/atim/starship) | `dnf copr enable atim/starship` <br /> `dnf install starship` |
| Gentoo | [Paquetes Gentoo](https://packages.gentoo.org/packages/app-shells/starship) | `emerge app-shells/starship` |
| Manjaro | | `pacman -S starship` |
| NixOS | [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/st/starship/package.nix) | `nix-env -iA nixpkgs.starship` |
| openSUSE | [OSS](https://software.opensuse.org/package/starship) | `zypper in starship` |
| Ubuntu 25.04 o más nuevo | [Ubuntu Universe](https://packages.ubuntu.com/source/plucky/starship) | `apt install starship` |
| Void Linux | [Void Linux Packages](https://github.com/void-linux/void-packages/tree/master/srcpkgs/starship) | `xbps-install -S starship` |
| Distribución | Repositorio | Instrucciones |
| ---------------------------------------- | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| **_Cualquiera_** | : | `cargo install starship --locked` |
| _Cualquiera_ | [conda-forge](https://anaconda.org/conda-forge/starship) | `conda install -c conda-forge starship` |
| _Cualquiera_ | [Linuxbrew] | `brew install starship` |
| Alpine Linux 3.13+ | For elvish versions prior to v0.21.0 the config file might instead be `~/.elvish/rc.elv` | `apk add starship` |
| Arch Linux | [Arch Linux Extra] | `pacman -S starship` |
| CentOS 7+ | [Copr] | `dnf copr enable atim/starship` <br /> `dnf install starship` |
| Debian 13+ | [Debian Main] | `apt install starship` |
| Fedora 40+ | [Copr] | `dnf copr enable atim/starship` <br /> `dnf install starship` |
| Gentoo | [Gentoo Packages] | `emerge app-shells/starship` |
| Manjaro | | `pacman -S starship` |
| NixOS | [nixpkgs] | `nix-env -iA nixpkgs.starship` |
| openSUSE | [OSS] | `zypper in starship` |
| Ubuntu 25.04 o más nuevo | [Ubuntu Universe] | `apt install starship` |
| Void Linux | [Void Linux Packages] | `xbps-install -S starship` |
</details>
<details>
<summary>macOS</summary>
<details><summary>macOS</summary>
Instale la última versión para su sistema:
@@ -255,25 +258,24 @@ Alternativamente, instale Starship usando cualquiera de los siguientes gestores
| -------------------------------------------------------- | --------------------------------------- |
| **[crates.io](https://crates.io/crates/starship)** | `cargo install starship --locked` |
| [conda-forge](https://anaconda.org/conda-forge/starship) | `conda install -c conda-forge starship` |
| [Homebrew](https://formulae.brew.sh/formula/starship) | `brew install starship` |
| [MacPorts](https://ports.macports.org/port/starship) | `port install starship` |
| [Homebrew] | `brew install starship` |
| [MacPorts] | `port install starship` |
</details>
<details>
<summary>Windows</summary>
<details><summary>Windows</summary>
Instale la última versión para su sistema con los MSI-Installers de la sección [lanzamientos](https://github.com/starship/starship/releases/latest).
Instalar Starship usando cualquiera de los siguientes gestores de paquetes:
| Repositorio | Instrucciones |
| -------------------------------------------------------------------------------------------- | --------------------------------------- |
| **[crates.io](https://crates.io/crates/starship)** | `cargo install starship --locked` |
| [Chocolatey](https://community.chocolatey.org/packages/starship) | `choco install starship` |
| [conda-forge](https://anaconda.org/conda-forge/starship) | `conda install -c conda-forge starship` |
| [Scoop](https://github.com/ScoopInstaller/Main/blob/master/bucket/starship.json) | `scoop install starship` |
| [winget](https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/Starship/Starship) | `winget install --id Starship.Starship` |
| Repositorio | Instrucciones |
| ------------------------------------------------------------- | --------------------------------------- |
| **[crates.io](https://crates.io/crates/starship)** | `cargo install starship --locked` |
| [Chocolatey] | `choco install starship` |
| [Copr](https://copr.fedorainfracloud.org/coprs/atim/starship) | `conda install -c conda-forge starship` |
| [Scoop] | `scoop install starship` |
| [winget] | `winget install --id Starship.Starship` |
</details>
@@ -281,8 +283,7 @@ Instalar Starship usando cualquiera de los siguientes gestores de paquetes:
Configure su shell para inicializar starship. Selecciona el tuyo de la lista de abajo:
<details>
<summary>Bash</summary>
<details><summary>Bash</summary>
Añade la siguiente línea al final de `~/.bashrc`:
@@ -292,10 +293,10 @@ eval "$(starship init bash)"
</details>
<details>
<summary>Cmd</summary>
<details><summary>Cmd</summary>
Necesitas usar [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) con Cmd. Crea un archivo en esta ruta `%LocalAppData%\clink\starship.lua` con el siguiente contenido:
Necesitas usar [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) con Cmd.
Crea un archivo en esta ruta `%LocalAppData%\clink\starship.lua` con el siguiente contenido:
```lua
load(io.popen('starship init cmd'):read("*a"))()
@@ -303,10 +304,9 @@ load(io.popen('starship init cmd'):read("*a"))()
</details>
<details>
<summary>Elvish</summary>
<details><summary>Elvish</summary>
:
Add the following to the end of `~/.config/elvish/rc.elv` (`%AppData%\elvish\rc.elv` on Windows):
```sh
eval (starship init elvish)
@@ -316,8 +316,7 @@ For elvish versions prior to v0.21.0 the config file might instead be `~/.elvish
</details>
<details>
<summary>Fish</summary>
<details><summary>Fish</summary>
Añade el siguiente código al final de `~/.config/fish/config.fish`:
@@ -327,8 +326,7 @@ starship init fish | source
</details>
<details>
<summary>Ion</summary>
<details><summary>Ion</summary>
Añade el siguiente código al final de `~/.config/ion/initrc`:
@@ -338,8 +336,7 @@ eval $(starship init ion)
</details>
<details>
<summary>Nushell</summary>
<details><summary>Nushell</summary>
Agregue lo siguiente al final de su configuración de Nushell (encuéntrelo ejecutando `$nu.config-path` en Nushell):
@@ -353,8 +350,7 @@ Nota: Sólo se admite Nushell v0.96+
</details>
<details>
<summary>PowerShell</summary>
<details><summary>PowerShell</summary>
Añade lo siguiente al final de tu configuración de PowerShell (encuéntrala ejecutando `$PROFILE`):
@@ -364,8 +360,7 @@ Invoke-Expression (&starship init powershell)
</details>
<details>
<summary>Tcsh</summary>
<details><summary>Tcsh</summary>
Añade el siguiente código al final de `~/.tcshrc`:
@@ -375,8 +370,7 @@ eval `starship init tcsh`
</details>
<details>
<summary>Xonsh</summary>
<details><summary>Xonsh</summary>
Añade lo siguiente al final de `~/.xonshrc`:
@@ -386,8 +380,7 @@ execx($(starship init xonsh))
</details>
<details>
<summary>Zsh</summary>
<details><summary>Zsh</summary>
Añade el siguiente código al final de `~/.zshrc`:
@@ -399,7 +392,8 @@ eval "$(starship init zsh)"
### Paso 3. Configurar Starship
Inicia una nueva instancia de shell, y deberías ver tu nuevo y hermoso prompt para shell. Si está contento con los valores por defecto, ¡disfrútelos!
Inicia una nueva instancia de shell, y deberías ver tu nuevo y hermoso prompt para shell.
Si está contento con los valores por defecto, ¡disfrútelos!
Si estás buscando personalizar Starship:
@@ -440,11 +434,34 @@ Roles de Firmado de Código:
Este programa no transferirá ninguna información a otros sistemas en red a menos que lo solicite específicamente el usuario o la persona que lo instale u opere.
<p align="center">
<br>
<img width="100" src="https://raw.githubusercontent.com/starship/starship/master/media/icon.png" alt="Starship rocket icon">
<p align="center"><br>
<img width="100" src="https://raw.githubusercontent.com/starship/starship/main/media/icon.png" alt="Starship rocket icon">
</p>
## 📝 Licencia
Derechos de autor © 2019-presente, [Colaboradores de Starship](https://github.com/starship/starship/graphs/contributors).<br /> Este proyecto está bajo una licencia [ISC](https://github.com/starship/starship/blob/master/LICENSE).
Copyright © 2019-present, [Starship Contributors](https://github.com/starship/starship/graphs/contributors).<br>
Este proyecto está bajo una licencia [ISC](https://github.com/starship/starship/blob/master/LICENSE).
[alpine linux packages]: <[Alpine Linux Packages](https://pkgs.alpinelinux.org/packages?name=starship)>
[arch linux extra]: <[Extra de Archi Linux](https://archlinux.org/packages/extra/x86_64/starship)>
[chocolatey]: [Chocolatey]\(https://community.chocolatey.org/packages/starship\)
[conda-forge]: [conda-forge]\(https://anaconda.org/conda-forge/starship\)
[copr]: [Copr]\(https://copr.fedorainfracloud.org/coprs/atim/starship\)
[crates.io]: **[crates.io]\(https://crates.io/crates/starship\)**
[debian main]: <[Debian Main](https://sources.debian.org/src/starship/1.22.1-1/)>
[freshports]: [FreshPorts]\(https://www.freshports.org/shells/starship\)
[gentoo packages]: <[Paquetes Gentoo](https://packages.gentoo.org/packages/app-shells/starship)>
[linuxbrew]: [Linuxbrew]\(https://formulae.brew.sh/formula/starship\)
[homebrew]: [Homebrew]\(https://formulae.brew.sh/formula/starship\)
[macports]: [MacPorts]\(https://ports.macports.org/port/starship\)
[nixpkgs]: [nixpkgs]\(https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/st/starship/package.nix\)
[OSS]: [OSS]\(https://software.opensuse.org/package/starship\)
[pkgsrc]: https://pkgsrc.se/shells/starship
[scoop]: [Scoop]\(https://github.com/ScoopInstaller/Main/blob/master/bucket/starship.json\)
[SignPath Foundation]: https://signpath.org
[SignPath.io]: https://signpath.io
[termux]: [Termux]\(https://github.com/termux/termux-packages/tree/master/packages/starship\)
[ubuntu universe]: <[Ubuntu Universe](https://packages.ubuntu.com/source/plucky/starship)>
[void linux packages]: <[Void Linux Packages](https://github.com/void-linux/void-packages/tree/master/srcpkgs/starship)>
[winget]: [winget]\(https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/Starship/Starship\)