Files
starship/docs/pt-PT/presets/README.md
T

87 lines
1.2 KiB
Markdown
Raw Normal View History

# 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! 😊
## Nerd Font Symbols
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!
![Screenshot of Nerd Font Symbols preset](/presets/nerd-font-symbols.png)
### Prerequisites
- A [Nerd Font](https://www.nerdfonts.com/) installed and enabled in your terminal (the example uses Fira Code Nerd Font)
### Configuration
```toml
[aws]
2021-03-15 13:18:42 -04:00
symbol = " "
[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]
symbol = " "
[elixir]
symbol = " "
[elm]
symbol = " "
[git_branch]
symbol = " "
[golang]
symbol = " "
[hg_branch]
symbol = " "
[java]
symbol = " "
[julia]
symbol = " "
[memory_usage]
symbol = " "
[nim]
symbol = " "
[nix_shell]
symbol = " "
[package]
symbol = " "
2020-09-30 16:26:13 -04:00
[perl]
symbol = " "
[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 = "ﯣ "
```