mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +00:00
.. | ||
advanced-config | ||
config | ||
faq | ||
guide | ||
migrating-to-0.45.0 | ||
presets | ||
README.md |
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 | bash
Installer via le gestionnaire de paquets
Avec Homebrew:
brew install starship
Avec 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 | source
Zsh
Ajouter ce qui suit à la fin de
~/.zshrc
:# ~/.zshrc eval "$(starship init zsh)"
Powershell
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)
Ion
Ajouter ce qui suit à la fin de
~/.config/ion/initrc
:# ~/.config/ion/initrc eval $(starship init ion)