2019-12-24 03:32:48 +00: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! 😊
|
|
|
|
|
|
|
|
## 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]
|
|
|
|
symbol = " "
|
|
|
|
|
|
|
|
[battery]
|
|
|
|
full_symbol = ""
|
|
|
|
charging_symbol = ""
|
|
|
|
discharging_symbol = ""
|
|
|
|
|
|
|
|
[conda]
|
|
|
|
symbol = " "
|
|
|
|
|
2020-07-29 15:38:23 +00:00
|
|
|
[dart]
|
|
|
|
symbol = " "
|
|
|
|
|
2020-04-09 16:49:54 +00:00
|
|
|
[docker]
|
|
|
|
symbol = " "
|
|
|
|
|
|
|
|
[elixir]
|
|
|
|
symbol = " "
|
|
|
|
|
|
|
|
[elm]
|
|
|
|
symbol = " "
|
|
|
|
|
2019-12-24 03:32:48 +00:00
|
|
|
[git_branch]
|
|
|
|
symbol = " "
|
|
|
|
|
|
|
|
[golang]
|
|
|
|
symbol = " "
|
|
|
|
|
2020-04-09 16:49:54 +00:00
|
|
|
[haskell]
|
|
|
|
symbol = " "
|
|
|
|
|
2019-12-24 03:32:48 +00:00
|
|
|
[hg_branch]
|
|
|
|
symbol = " "
|
|
|
|
|
|
|
|
[java]
|
|
|
|
symbol = " "
|
|
|
|
|
2020-04-09 16:49:54 +00:00
|
|
|
[julia]
|
|
|
|
symbol = " "
|
|
|
|
|
2019-12-24 03:32:48 +00:00
|
|
|
[memory_usage]
|
|
|
|
symbol = " "
|
|
|
|
|
2020-06-09 17:14:47 +00:00
|
|
|
[nim]
|
|
|
|
symbol = " "
|
|
|
|
|
2020-04-09 16:49:54 +00:00
|
|
|
[nix_shell]
|
|
|
|
symbol = " "
|
|
|
|
|
2019-12-24 03:32:48 +00:00
|
|
|
[nodejs]
|
|
|
|
symbol = " "
|
|
|
|
|
|
|
|
[package]
|
|
|
|
symbol = " "
|
|
|
|
|
2020-08-04 21:15:58 +00:00
|
|
|
[perl]
|
|
|
|
symbol = " "
|
|
|
|
|
2019-12-24 03:32:48 +00:00
|
|
|
[php]
|
|
|
|
symbol = " "
|
|
|
|
|
|
|
|
[python]
|
|
|
|
symbol = " "
|
|
|
|
|
|
|
|
[ruby]
|
|
|
|
symbol = " "
|
|
|
|
|
|
|
|
[rust]
|
|
|
|
symbol = " "
|
2020-07-29 15:36:49 +00:00
|
|
|
|
|
|
|
[swift]
|
|
|
|
symbol = "ﯣ "
|
2019-12-24 03:32:48 +00:00
|
|
|
```
|