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. |
-
Installiere die Binärversion von starship:
With Shell:
curl -fsSL https://starship.rs/install.sh | bash
Mit Homebrew:
brew install starship
Mit scoop:
scoop install starship
-
Füge das init-Skript zur Konfigurationsdatei deiner Shell hinzu:
Trage folgendes am Ende der
~/.bashrc
ein:# ~/.bashrc eval "$(starship init bash)"
Trage folgendes am Ende der
~/.config/fish/config.fish
ein:# ~/.config/fish/config.fish starship init fish | source
Trage folgendes am Ende der
~/.zshrc
ein:# ~/.zshrc eval "$(starship init zsh)"
Trage folgendes in das Powershell-Profil ($Profile) ein. Standardmäßig gespeichert unter:
~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
auf Windows, oder~/.config/powershell/Microsoft.PowerShell_profile.ps1
auf -Nix:# ~\Documents\PowerShell\Profile.ps1 Invoke-Expression (&starship init powershell)
Trage folgendes am Ende der
~/.config/ion/initrc
ein:# ~/.config/ion/initrc eval $(starship init ion)