9.3 KiB
Website · Installation · Konfiguration
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.
🚀 Installation
Voraussetzungen
- A Nerd Font installed and enabled in your terminal (for example, try the Fira Code Nerd Font).
Erste Schritte
-
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
-
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. 🙏
-
denysdovhan/spaceship-prompt - Ein ZSH-Prompt für Astronauten.
-
denysdovhan/robbyrussell-node - Ein Shell-übergreifendes und in JavaScript geschriebenes robbyrussell-Theme.
-
reujab/silver - Shell-übergreifendes, anpassbares und Powerline-ähnliches Prompt mit Symbolen.
📝 Lizenz
Copyright © 2019-present, Starship Contributors.
Unter der ISC Lizens.