2019-12-24 16:54:29 -05:00
# Presets
Here is a collection of community-submitted configuration presets for Starship. If you have a preset to share, please [submit a PR ](https://github.com/starship/starship/edit/master/docs/presets/README.md ) updating this file! 😊
2021-04-08 11:52:32 -04:00
## Nerd Font Symbole
2019-12-24 16:54:29 -05:00
This preset doesn't change anything except for the symbols used for each module. If emojis aren't your thing, this might catch your eye!

### Voraussetzungen
- A [Nerd Font ](https://www.nerdfonts.com/ ) installed and enabled in your terminal (the example uses Fira Code Nerd Font)
### Konfiguration
``` toml
[ aws ]
2021-03-15 13:18:42 -04:00
symbol = " "
2019-12-24 16:54:29 -05:00
[ conda ]
symbol = " "
2020-09-30 16:26:13 -04:00
[ dart ]
symbol = " "
2021-01-03 03:56:07 -05:00
[ directory ]
read_only = " "
2021-04-05 10:55:57 -04:00
[ docker_context ]
2020-05-05 13:07:34 -04:00
symbol = " "
[ elixir ]
symbol = " "
[ elm ]
symbol = " "
2019-12-24 16:54:29 -05:00
[ git_branch ]
symbol = " "
[ golang ]
symbol = " "
[ 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
[ 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
2021-03-15 13:18:42 -04:00
[ scala ]
symbol = " "
2020-09-30 16:26:13 -04:00
[ swift ]
symbol = "ﯣ "
2019-12-24 16:54:29 -05:00
```