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 | L'invite minimaliste, ultra-rapide et personnalisable à l'infini pour n'importe quel shell ! | Commencez → | ./guide/ |
|
Licence ISC | Copyright © 2019-présent Contributeurs Starship | Starship : Invite Multi-Shell | Starship est un invite minimaliste, ultra-rapide et hautement personnalisable pour n'importe quel shell ! Montre les informations dont vous avez besoin tout en restant élégant et minimaliste. Installation rapide disponible pour Bash, Fish, ZSH, Ion et PowerShell. |
Installation
-
Installer le binaire starship :
Installer la dernière version
Avec Shell:
curl -fsSL https://starship.rs/install.sh | bashInstaller via le gestionnaire de paquets
Avec Homebrew:
brew install starshipAvec Scoop:
scoop install starship -
Ajouter le script d’initialisation au fichier configuration de votre shell:
Bash
Ajouter ce qui suit à la fin de
~/.bashrc:# ~/.bashrc eval "$(starship init bash)"Fish
Ajoute ce qui suit à la fin de
~/.config/fish/config.fish:# ~/.config/fish/config.fish starship init fish | sourceZsh
Ajouter ce qui suit à la fin de
~/.zshrc:# ~/.zshrc eval "$(starship init zsh)"Powershell
Ajoutez ce qui suit à la fin de
Microsoft.PowerShell_profile.ps1. Vous pouvez vérifier l'emplacement de ce fichier en regardant la variable$PROFILEdans PowerShell. Typically the path is~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1or~/.config/powershell/Microsoft.PowerShell_profile.ps1on -Nix.Invoke-Expression (&starship init powershell)Ion
Ajouter ce qui suit à la fin de
~/.config/ion/initrc:# ~/.config/ion/initrc eval $(starship init ion)