starship/docs/de-DE/guide/README.md

10 KiB
Raw Blame History

Starship – Cross-Shell Prompt

Workflow-Status der GitHub Actions Crates.io-Version Paket-Status
Chat auf Discord Folge @StarshipPrompt auf Twitter

Website · Installation · Konfiguration

Englisch   日本語   繁體中文   Russisch   Deutsch   简体中文   Español   Français   Tiếng Việt

Starship mit iTem2 und dem Theme „Snazzy“

Minimale, super schnelle und unendlich anpassbare Prompt für jede 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  ▶

🚀 Installation

Voraussetzungen

Erste Schritte

Note: due to the proliferation of different platforms, only a subset of supported platforms are shown below. Can't see yours? Have a look at the extra platform instructions.

  1. Installiere starship:

    Neueste Version installieren

    Neuster GitHub Release über die Shell:
    curl -fsSL https://starship.rs/install.sh | bash
    

    Installation mithilfe eines Paket-Managers

    Example: Homebrew:
    brew install starship
    
    Mit scoop:
    scoop install starship
    
  2. Füge das init-Skript zur Konfigurationsdatei deiner Shell hinzu:

    Bash

    Trage folgendes am Ende der ~/.bashrc ein:

    # ~/.bashrc
    
    eval "$(starship init bash)"
    

    Fish

    Trage folgendes am Ende der ~/.config/fish/config.fish ein:

    # ~/.config/fish/config.fish
    
    starship init fish | source
    

    Zsh

    Trage folgendes am Ende der ~/.zshrc ein:

    # ~/.zshrc
    
    eval "$(starship init zsh)"
    

    PowerShell

    Add the following to the end of Microsoft.PowerShell_profile.ps1. You can check the location of this file by querying the $PROFILE variable in PowerShell. Typically the path is ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 or ~/.config/powershell/Microsoft.PowerShell_profile.ps1 on -Nix.

    Invoke-Expression (&starship init powershell)
    

    Ion

    Trage folgendes am Ende der ~/.config/ion/initrc ein:

    # ~/.config/ion/initrc
    
    eval $(starship init ion)
    

    Elvish

    Warning Only elvish v0.15 or higher is supported. Add the following to the end of ~/.elvish/rc.elv:

    # ~/.elvish/rc.elv
    
    eval (starship init elvish)
    

🤝 Mitwirken

Wir laden Leute aller Erfahrungsstufen herzlich ein mitzumachen! Falls du dich mit dem Projekt vertaut machen willst, versuche ein good first issue.

Wenn du eine andere Sprache flüssig sprichts, würden wir uns sehr freuen wenn du helfen würdest die Dokumentation in anderen Sprachen auf dem aktuellsten Stand zu halten. Hier kannst du bei der Übersetzung helfen Starship Crowdin.

Falls du an Starship mitwirken willst, wirf bitte einen Blick auf den Leitfaden zum Mitwirken. Schau auch gerne auf unserem Discord-Server vorbei. 👋

Mitwirkenden

Das Projekt existiert dank aller der, die Mitwirken. [Mitmachen].

Finanzielle Unterstützung

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

Individuals

Organisationen

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

💭 Inspiriert durch

Bitte schaue dir diese früheren Projekte an, die dazu beigetragen haben, Starship zu kreieren. 🙏


Starship Raketen-Symbol

📝 Lizenz

Copyright © 2019-heute Starship-Mitwirkende.
Dieses Projekt ist ISC lizenziert.