mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
home, heroImage, heroText, tagline, actionText, actionLink, features, footer, metaTitle, description
| home | heroImage | heroText | tagline | actionText | actionLink | features | footer | metaTitle | description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| true | /logo.svg | The minimal, blazing-fast, and infinitely customizable prompt for any shell! | Loslegen → | ./guide/ |
|
ICS lizenziert | Copyright © 2019-heute Starship-Mitwirkende | Starship: Cross-Shell Prompt | Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and PowerShell. |
Schnellinstallation
-
Installiere die Binärversion von starship:
Neueste Version installieren
With Shell:
curl -fsSL https://starship.rs/install.sh | bashInstallation mithilfe eines Paket-Managers
Mit Homebrew:
brew install starshipMit scoop:
scoop install starship -
Füge das init-Skript zur Konfigurationsdatei deiner Shell hinzu:
Bash
Trage folgendes am Ende der
~/.bashrcein:# ~/.bashrc eval "$(starship init bash)"Fish
Trage folgendes am Ende der
~/.config/fish/config.fishein:# ~/.config/fish/config.fish starship init fish | sourceZsh
Trage folgendes am Ende der
~/.zshrcein:# ~/.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$PROFILEvariable in PowerShell. Typically the path is~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1or~/.config/powershell/Microsoft.PowerShell_profile.ps1on -Nix.Invoke-Expression (&starship init powershell)Ion
Trage folgendes am Ende der
~/.config/ion/initrcein:# ~/.config/ion/initrc eval $(starship init ion)