starship/docs/es-ES/guide
Matan Kushner b01b498b9e
docs(i18n): new Crowdin translations (#1047)
2020-04-06 14:48:26 -04:00
..
README.md docs(i18n): new Crowdin translations (#1047) 2020-04-06 14:48:26 -04:00

README.md

Starship - Prompt multi interfaz de línea de comandos

Estado del flujo de trabajo de GitHub Actions Versión de Crates.io Estado de empaquetado
Chat en Discord Follow @StarshipPrompt on Twitter

Sitio · Instalación · Configuration

English   日本語   繁體中文   Русский   Deutsch   简体中文   Español   Francés

Starship con iTerm 2 y el tema Snazzy

The minimal, blazing-fast, and infinitely customizable prompt for any shell!

  • Fast: it's fast really really fast! 🚀
  • Customizable: configure every aspect of your prompt.
  • Universal: works on any shell, on any operating system.
  • Intelligent: shows relevant information at a glance.
  • Feature rich: support for all your favorite tools.
  • Easy: quick to install  start using it in minutes.

Explore the Starship docs  ▶

🚀 Instalacíon

Prerequisitos

Comenzando

  1. Instala el binario de starship:

    Instalar la última versión

    From prebuilt binary, with Shell:
    curl -fsSL https://starship.rs/install.sh | bash
    
    From source on crates.io:
    cargo install starship
    

    Instalar con un gestor de paquetes

    Con Homebew:
    brew install starship
    
    Con Scoop:
    scoop install starship
    
  2. 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 *nix):

    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)
    

🤝 Colaborando

¡Siempre estamos buscando por colaboradores de cualquier nivel! Si esta buscando una manera fácil de ayudar este proyecto, puede intentar a resolver una de las propuestas con la etiqueta "good first issue" (primera buena propuesta).

Si quiere ayudar a colaborar a starship, por favor mira a nuestra Guía de Colaboradores (Contributing Guide). Además, juntarse con nosotros en nuestro servidor de Discord y di "¡hola!". 👋

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

💭 Inspiracíon

Please check out these previous works that helped inspire the creation of starship. 🙏


Starship rocket icon

📝 Licencia

Copyright © 2019-present, Starship Contributors.
This project is ISC licensed.