mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-10 23:30:57 +00:00
90 lines
1.3 KiB
Markdown
90 lines
1.3 KiB
Markdown
|
# Preset
|
||
|
|
||
|
Ecco una raccolta dei preset di configurazione inviati dalla community per Starship. Se hai un preset da condividere, per favore [ invia un PR ](https://github.com/starship/starship/edit/master/docs/presets/README.md) aggiornando questo file! 😊
|
||
|
|
||
|
## Nerd Font Symbols
|
||
|
|
||
|
Questo preset non cambia nulla tranne i simboli utilizzati per ogni modulo. Se gli emoji non fanno per te, questo potrebbe attirare la tua attenzione!
|
||
|
|
||
|
![Screenshot dei preset di Nerd Font Symbols](/presets/nerd-font-symbols.png)
|
||
|
|
||
|
### Prerequisiti
|
||
|
|
||
|
- Un [ Nerd Font ](https://www.nerdfonts.com/) installato e abilitato nel tuo terminale (l'esempio usa Fira Code Nerd Font)
|
||
|
|
||
|
### Configurazione
|
||
|
|
||
|
```toml
|
||
|
[aws]
|
||
|
symbol = " "
|
||
|
|
||
|
[conda]
|
||
|
symbol = " "
|
||
|
|
||
|
[dart]
|
||
|
symbol = " "
|
||
|
|
||
|
[directory]
|
||
|
read_only = " "
|
||
|
|
||
|
[docker]
|
||
|
symbol = " "
|
||
|
|
||
|
[elixir]
|
||
|
symbol = " "
|
||
|
|
||
|
[elm]
|
||
|
symbol = " "
|
||
|
|
||
|
[git_branch]
|
||
|
symbol = " "
|
||
|
|
||
|
[golang]
|
||
|
symbol = " "
|
||
|
|
||
|
[haskell]
|
||
|
symbol = " "
|
||
|
|
||
|
[hg_branch]
|
||
|
symbol = " "
|
||
|
|
||
|
[java]
|
||
|
symbol = " "
|
||
|
|
||
|
[julia]
|
||
|
symbol = " "
|
||
|
|
||
|
[memory_usage]
|
||
|
symbol = " "
|
||
|
|
||
|
[nim]
|
||
|
symbol = " "
|
||
|
|
||
|
[nix_shell]
|
||
|
symbol = " "
|
||
|
|
||
|
[nodejs]
|
||
|
symbol = " "
|
||
|
|
||
|
[package]
|
||
|
symbol = " "
|
||
|
|
||
|
[perl]
|
||
|
symbol = " "
|
||
|
|
||
|
[php]
|
||
|
symbol = " "
|
||
|
|
||
|
[python]
|
||
|
symbol = " "
|
||
|
|
||
|
[ruby]
|
||
|
symbol = " "
|
||
|
|
||
|
[rust]
|
||
|
symbol = " "
|
||
|
|
||
|
[swift]
|
||
|
symbol = "ﯣ "
|
||
|
```
|