2020-04-03 16:35:39 +00:00
# Paramètres par défaut
2019-12-24 21:54:29 +00:00
2020-04-03 16:35:39 +00:00
Voici un ensemble de configuration par défaut soumis par la communauté pour Starship. Si vous avez une configuration à partager, veuillez [proposer une PR ](https://github.com/starship/starship/edit/master/docs/presets/README.md ) pour mettre à jour ce fichier! 😊
2019-12-24 21:54:29 +00:00
## Nerd Font Symbols
2020-04-03 16:35:39 +00:00
Cette configuration ne modifie rien sauf les symboles utilisés pour chaque module. Si les émoticônes ne sont pas votre tasse de thé, elle pourrait retenir votre attention!
2019-12-24 21:54:29 +00:00
2020-04-03 16:35:39 +00:00
![Capture d'écran du pré-réglage Nerd Font Symbols ](/presets/nerd-font-symbols.png )
2019-12-24 21:54:29 +00:00
### Pré-requis
2020-04-03 16:35:39 +00:00
- Une [Nerd Font ](https://www.nerdfonts.com/ ) est installée et activée dans votre terminal (l'exemple utilise Fira Code Nerd Font)
2019-12-24 21:54:29 +00:00
### Configuration
```toml
[aws]
symbol = " "
[battery]
full_symbol = ""
charging_symbol = ""
discharging_symbol = ""
[conda]
symbol = " "
2020-05-05 17:07:34 +00:00
[docker]
symbol = " "
[elixir]
symbol = " "
[elm]
symbol = " "
2019-12-24 21:54:29 +00:00
[git_branch]
symbol = " "
[golang]
symbol = " "
2020-05-05 17:07:34 +00:00
[haskell]
symbol = " "
2019-12-24 21:54:29 +00:00
[hg_branch]
symbol = " "
[java]
symbol = " "
2020-05-05 17:07:34 +00:00
[julia]
symbol = " "
2019-12-24 21:54:29 +00:00
[memory_usage]
symbol = " "
2020-05-05 17:07:34 +00:00
[nix_shell]
symbol = " "
2019-12-24 21:54:29 +00:00
[nodejs]
symbol = " "
[package]
symbol = " "
[php]
symbol = " "
[python]
symbol = " "
[ruby]
symbol = " "
[rust]
symbol = " "
```