mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 12:57:50 +00:00
.. | ||
advanced-config | ||
config | ||
faq | ||
guide | ||
installing | ||
migrating-to-0.45.0 | ||
presets | ||
README.md |
home | heroImage | heroText | tagline | actionText | actionLink | features | footer | metaTitle | description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true | /logo.svg | Il prompt minimalista, super veloce e infinitamente personalizzabile per qualsiasi shell! | Inizia → | ./guide/ |
|
Licenza ISC | Copyright © 2019-present Starship Collaboratori | Starship: Cross-Shell Prompt | Starship è il prompt minimalista, super veloce ed estremamente personalizzabile per qualsiasi shell! Mostra le informazioni di cui hai bisogno, rimanendo elegante e minimale. Installazione rapida disponibile per Bash, Fish, ZSH, Ion e PowerShell. |
Installazione Veloce
-
Installa il binario starship:
Installa l'ultima Versione
Con Shell:
curl -fsSL https://starship.rs/install.sh | bash
Installa con Package Manager
Con Homebrew:
brew install starship
Con Scoop:
scoop install starship
-
Aggiungi lo script di inizializzazione al file di configurazione della shell:
Bash
Aggiungi quanto segue alla fine di
~/.bashrc
:# ~/.bashrc eval "$(starship init bash)"
Fish
Aggiungi quanto segue alla fine di
~/.config/fish/config.fish
:# ~/.config/fish/config.fish starship init fish | source
Zsh
Aggiungi quanto segue alla fine di
~/.zshrc
:# ~/.zshrc eval "$(starship init zsh)"
Powershell
Aggiungi quanto segue alla fine di
Microsoft.PowerShell_profile.ps1
. Puoi controllare la posizione di questo file interrogando la variabile$PROFILE
in PowerShell. In genere il percorso è~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
oppure~/.config/powershell/Microsoft.PowerShell_profile.ps1
in -Nix.Invoke-Expression (&starship init powershell)
Ion
Aggiungi quanto segue alla fine di
~/.config/ion/initrc
:# ~/.config/ion/initrc eval $(starship init ion)