1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-27 20:13:30 +00:00
starship/docs/de-DE/guide/README.md
2020-05-05 13:07:34 -04:00

9.2 KiB
Raw Blame History

Starship – Cross-Shell Prompt

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

Website · Installation · Konfiguration

Englisch   日本語   繁體中文   Russisch   Deutsch   简体中文   Español   Français

Starship mit iTem2 und dem Theme „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  ▶

🚀 Installation

Voraussetzungen

Erste Schritte

  1. Installiere die Binärversion von starship:

    Neueste Version installieren

    Neuster GitHub Release mit Shell:
    curl -fsSL https://starship.rs/install.sh | bash
    
    Von Quellcode auf crates.io:
    cargo install starship
    

    Installation mithilfe eines Paket-Managers

    Mit 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

    Trage folgendes am Ende der ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 (oder ~/.config/powershell/Microsoft.PowerShell_profile.ps1 auf -Nix) ein:

    Invoke-Expression (&starship init powershell)
    

    Ion

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

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

🤝 Mitwirken

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

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

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]

💭 Inspiriert durch

Checkt bitte diese älteren Projekte, die das Entstehen von Starhip inspiriert haben. 🙏


Starship Raketen Icon

📝 Lizenz

Copyright © 2019-present, Starship Contributors.
Unter der ISC Lizens.