home | heroImage | heroText | tagline | actionText | actionLink | features | footer | metaTitle | description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true |
/logo.svg |
L'invite minimaliste, ultra-rapide et personnalisable à l'infini pour n'importe quel shell ! |
Commencez → |
./guide/ |
|
ISC licencié | Copyright © 2019-present Starship Contributors |
Starship: Invite Cross-Shell |
Starship est un invite minimaliste, ultra-rapide et hautement personnalisable pour n'importe quel shell ! Montrez les informations dont vous avez besoin, tout en restant élégant et minimaliste. Installation rapide disponible pour Bash, Fish, ZSH, Ion et PowerShell. |
-
Installer le binaire starship :
Avec Shell:
curl -fsSL https://starship.rs/install.sh | bash
Avec Homebrew:
brew install starship
Avec Scoop:
scoop install starship
-
Ajouter le script d'initialization à la fiche config de votre shell:
Ajouter ce qui suit à la fin de
~/.bashrc
:# ~/.bashrc eval "$(starship init bash)"
Ajoute ce qui suit à la fin de
~/.config/fish/config.fish
:# ~/.config/fish/config.fish starship init fish | source
Ajouter ce qui suit à la fin de
~/.zshrc
:# ~/.zshrc eval "$(starship init zsh)"
Ajouter ce qui suit à la fin de
~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
(ou~/.config/powershell/Microsoft.PowerShell_profile.ps1
sur -Nix):# ~\Documents\PowerShell\Profile.ps1 Invoke-Expression (&starship init powershell)
Ajouter ce qui suit à la fin de
~/.config/ion/initrc
:# ~/.config/ion/initrc eval $(starship init ion)