2020-04-03 12:35:39 -04:00
# Paramètres par défaut
2019-12-24 16:54:29 -05:00
2020-04-03 12:35:39 -04: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 16:54:29 -05:00
## Nerd Font Symbols
2020-04-03 12:35:39 -04: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 16:54:29 -05:00
2020-04-03 12:35:39 -04:00

2019-12-24 16:54:29 -05:00
### Pré-requis
2020-04-03 12:35:39 -04: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 16:54:29 -05:00
### Configuration
``` toml
[ aws ]
symbol = " "
[ battery ]
full_symbol = ""
charging_symbol = ""
discharging_symbol = ""
[ conda ]
symbol = " "
2020-09-30 16:26:13 -04:00
[ dart ]
symbol = " "
2020-05-05 13:07:34 -04:00
[ docker ]
symbol = " "
[ elixir ]
symbol = " "
[ elm ]
symbol = " "
2019-12-24 16:54:29 -05:00
[ git_branch ]
symbol = " "
[ golang ]
symbol = " "
2020-05-05 13:07:34 -04:00
[ haskell ]
symbol = " "
2019-12-24 16:54:29 -05:00
[ hg_branch ]
symbol = " "
[ java ]
symbol = " "
2020-05-05 13:07:34 -04:00
[ julia ]
symbol = " "
2019-12-24 16:54:29 -05:00
[ memory_usage ]
symbol = " "
2020-06-10 21:28:04 -04:00
[ nim ]
symbol = " "
2020-05-05 13:07:34 -04:00
[ nix_shell ]
symbol = " "
2019-12-24 16:54:29 -05:00
[ nodejs ]
symbol = " "
[ package ]
symbol = " "
2020-09-30 16:26:13 -04:00
[ perl ]
symbol = " "
2019-12-24 16:54:29 -05:00
[ php ]
symbol = " "
[ python ]
symbol = " "
[ ruby ]
symbol = " "
[ rust ]
2020-11-28 23:45:59 -05:00
symbol = " "
2020-09-30 16:26:13 -04:00
[ swift ]
symbol = "ﯣ "
2019-12-24 16:54:29 -05:00
```