Back to Starship

README

docs/de-DE/guide/README.md

1.25.117.5 KB
Original Source
<p align="center"> </p> <p align="center"> <a href="https://github.com/starship/starship/actions" ></a> <a href="https://crates.io/crates/starship" ></a> <a href="https://repology.org/project/starship/versions" ></a >

<a href="https://discord.gg/starship" ></a> <a href="https://twitter.com/StarshipPrompt" ></a> <a href="https://stand-with-ukraine.pp.ua" ></a>

</p> <p align="center"> <a href="https://starship.rs">Website</a> · <a href="#🚀-installation">Installation</a> · <a href="https://starship.rs/config/">Konfiguration</a> </p> <p align="center"> <a href="https://github.com/starship/starship/blob/master/README.md" ></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/de-DE/guide/README.md" ></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/es-ES/guide/README.md" ></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/fr-FR/guide/README.md" ></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/id-ID/guide/README.md" ></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/it-IT/guide/README.md" ></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/ja-JP/guide/README.md" ></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/pt-BR/guide/README.md" ></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/ru-RU/guide/README.md" ></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/uk-UA/guide/README.md" ></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/vi-VN/guide/README.md" ></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/zh-CN/guide/README.md" ></a> &nbsp; <a href="https://github.com/starship/starship/blob/master/docs/zh-TW/guide/README.md" ></a> </p> <h1></h1>

Der minimalistische, super schnelle und unendlich anpassbare Prompt für jede Shell!

  • Schnell: sie ist schnell – sehr, sehr schnell! 🚀
  • Konfigurierbar: konfiguriere jedes Detail der Prompt.
  • Universal: funktioniert mit jeder Shell, auf jedem Betriebssystem.
  • Intelligent: zeigt relevante Informationen auf einen Blick.
  • Funktionsreich: unterstützt alle deine Lieblingswerkzeuge.
  • Einfach: schnell zu installieren – Betriebsbereit in nur wenigen Minuten.
<p align="center"> <a href="https://starship.rs/config/"><strong>Schau dir die Starship-Dokumentation an&nbsp;&nbsp;▶</strong></a> </p>

<a name="🚀-installation"></a>

🚀 Installation

Voraussetzungen

Schritt 1. Installiere Starship

Wähle dein Betriebssystem aus der Liste für detaillierte Installationsanweisungen:

<details> <summary>Android</summary>

Starship unter Verwendung einer der folgenden Paketmanager installieren:

RepositoryAnweisungen
Termuxpkg install starship
</details> <details> <summary>BSD</summary>

Starship unter Verwendung einer der folgenden Paketmanager installieren:

DistributionRepositoryAnweisungen
Anycrates.iocargo install starship --locked
FreeBSDFreshPortspkg install starship
NetBSDpkgsrcpkgin install starship
</details> <details> <summary>Linux</summary>

Install the latest version for your system:

sh
curl -sS https://starship.rs/install.sh | sh

Alternatively, install Starship using any of the following package managers:

DistributionRepositoryAnweisungen
Anycrates.iocargo install starship --locked
Anyconda-forgeconda install -c conda-forge starship
AnyLinuxbrewbrew install starship
Alpine Linux 3.13+Alpine Linux Packagesapk add starship
Arch LinuxArch Linux Extrapacman -S starship
CentOS 7+Coprdnf copr enable atim/starship
dnf install starship
Debian 13+Debian Mainapt install starship
Fedora 40+Coprdnf copr enable atim/starship
dnf install starship
GentooGentoo Packagesemerge app-shells/starship
Manjaropacman -S starship
NixOSnixpkgsnix-env -iA nixpkgs.starship
openSUSEOSSzypper in starship
Ubuntu 25.04+Ubuntu Universeapt install starship
Void LinuxVoid Linux Packagesxbps-install -S starship
</details> <details> <summary>macOS</summary>

Install the latest version for your system:

sh
curl -sS https://starship.rs/install.sh | sh

Alternatively, install Starship using any of the following package managers:

RepositoryAnweisungen
crates.iocargo install starship --locked
conda-forgeconda install -c conda-forge starship
Homebrewbrew install starship
MacPortsport install starship
</details> <details> <summary>Windows</summary>

Install the latest version for your system with the MSI-installers from the releases section.

Starship unter Verwendung einer der folgenden Paketmanager installieren:

RepositoryAnweisungen
crates.iocargo install starship --locked
Chocolateychoco install starship
conda-forgeconda install -c conda-forge starship
Scoopscoop install starship
wingetwinget install --id Starship.Starship
</details>

Schritt 2. Richte deine Shell für die Nutzung von Starship ein

Konfiguriere deine Shell, um Starship automatisch zu starten. Wähle dafür deine Shell aus der Liste aus:

<details> <summary>Bash</summary>

Füge dies ans Ende von ~/.bashrc:

sh
eval "$(starship init bash)"
</details> <details> <summary>⌘ Cmd</summary>

Du musst Clink (v1.2.30+) mit Cmd verwenden. Erstelle eine Datei in diesem Pfad %LocalAppData%\clink\starship.lua mit dem folgenden Inhalt:

lua
load(io.popen('starship init cmd'):read("*a"))()
</details> <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)

Note: Only Elvish v0.18+ is supported. For elvish versions prior to v0.21.0 the config file might instead be ~/.elvish/rc.elv

</details> <details> <summary>Fish</summary>

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

fish
starship init fish | source
</details> <details> <summary>Ion</summary>

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

sh
eval $(starship init ion)
</details> <details> <summary>Nushell</summary>

Add the following to the end of your Nushell configuration (find it by running $nu.config-path in Nushell):

sh
mkdir ($nu.data-dir | path join "vendor/autoload")
starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu")

Beachte: Nushell wird erst ab v0.96+ unterstützt

</details> <details> <summary>PowerShell</summary>

Füge Folgendes am Ende deiner PowerShell-Konfiguration hinzu (finde sie, indem du folgenden Befehl ausführst $PROFILE):

powershell
Invoke-Expression (&starship init powershell)
</details> <details> <summary>Tcsh</summary>

Füge Folgendes am Ende von ~/.tcshrc ein:

sh
eval `starship init tcsh`
</details> <details> <summary>Xonsh</summary>

Füge folgendes an das Ende von ~/.xonshrc hinzu:

python
execx($(starship init xonsh))
</details> <details> <summary>Zsh</summary>

Trage folgendes am Ende der ~/.zshrc ein:

sh
eval "$(starship init zsh)"
</details>

Schritt 3. Starship konfigurieren

Starte eine neue Shell, um deinen neuen und schönen Prompt zu sehen. Wenn du mit den Defaults zufrieden bist, bist du bereits fertig!

Falls du Starship weiter anpassen möchtest:

  • Konfiguration - Lerne, wie du Starship deinen Bedürfnissen nach anpassen kannst

  • Voreinstellungen - lasse dich von vorgefertigter Konfigurationen anderer Benutzenden inspirieren

🤝 Mitwirken

Wir sind immer auf der Suche nach Helfern jeder Erfahrungsstufe! If you're looking to ease your way into the project, try out a 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. 👋

💭 Inspiriert durch

Schaut euch bitte auch die Projekte an, die die Entstehung von Starship inspiriert haben. 🙏

❤️ Sponsoren

Unterstütze dieses Projekt, indem du ein Sponsor wirst. Dein Name und Logo wird hier mit einem Link zu deiner Website erscheinen.

🔒 Code Signing Policy

Free code signing provided by SignPath.io, certificate by SignPath Foundation.

Code Signing Roles:

This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.

<p align="center"> </p>

📝 Lizenz

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