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 - Eine [Powerline-Schriftart](https://github.com/powerline/fonts) installiert und in deinem Terminal aktiviert (z.B. [Fira Code](https://github.com/tonsky/FiraCode)). ### Erste Schritte 1. Installiere die Binärversion von **starship**: #### Neueste Version installieren ##### Neuster GitHub Release mit Shell: ```sh curl -fsSL https://starship.rs/install.sh | bash ``` ##### Von Quellcode auf [crates.io](https://crates.io/): ```sh cargo install starship ``` #### Installation mithilfe eines Paket-Managers ##### Mit [Homebrew](https://brew.sh/): ```sh brew install starship ``` ##### Mit [scoop](https://scoop.sh): ```powershell scoop install starship ``` 1. Füge das init-Skript zur Konfigurationsdatei deiner Shell hinzu: #### Bash Trage folgendes am Ende der `~/.bashrc` ein: ```sh # ~/.bashrc eval "$(starship init bash)" ``` #### Fish Trage folgendes am Ende der `~/.config/fish/config.fish` ein: ```sh # ~/.config/fish/config.fish starship init fish | source ``` #### Zsh Trage folgendes am Ende der `~/.zshrc` ein: ```sh # ~/.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: ```sh Invoke-Expression (&starship init powershell) ``` #### Ion Trage folgendes am Ende der `~/.config/ion/initrc` ein: ```sh # ~/.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](https://github.com/starship/starship/labels/🌱%20good%20first%20issue). Falls du an Starship mitwirken willst, wirf bitte einen Blick auf den [Leitfaden zum Mitwirken](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Schau auch gerne auf unserem [Discord-Server](https://discord.gg/8Jzqu3T) vorbei. 👋 ### Code Contributors This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. ### Financial Contributors Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/starship/contribute)] #### Individuals #### Organizations Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/starship/contribute)] ## 💭 Inspiriert durch Please check out these previous works that helped inspire the creation of starship. 🙏 - **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** - Ein ZSH-Prompt für Astronauten. - **[denysdovhan/robbyrussell-node](https://github.com/denysdovhan/robbyrussell-node)** - Ein Shell-übergreifendes und in JavaScript geschriebenes robbyrussell-Theme. - **[reujab/silver](https://github.com/reujab/silver)** - Shell-übergreifendes, anpassbares und Powerline-ähnliches Prompt mit Symbolen.


Starship rocket icon

## 📝 Lizenz Copyright © 2019-present, [Starship Contributors](https://github.com/starship/starship/graphs/contributors).
This project is [ISC](https://github.com/starship/starship/blob/master/LICENSE) licensed.