Add starship.rs config (using p10k rn tho)

This commit is contained in:
paoda 2020-06-18 01:15:56 -05:00
parent 12cee5df91
commit 5c5f1d25f0
1 changed files with 87 additions and 0 deletions

87
.config/starship.toml Normal file
View File

@ -0,0 +1,87 @@
# Don't print a new line at the start of the prompt
add_newline = false
[[battery.display]]
threshold = 10
style = "bold red"
[[battery.display]]
threshold = 30
style = "bold yellow"
[[battery.display]]
threshold = 100
style = "bold green"
[username]
show_always = true # Always shown
[line_break]
disabled = true
# Powerline Icons instead of Emojis
[aws]
symbol = " "
[battery]
full_symbol = " "
charging_symbol = " "
discharging_symbol = " "
[conda]
symbol = " "
[docker]
symbol = " "
[elixir]
symbol = " "
[elm]
symbol = " "
[git_branch]
symbol = " "
[golang]
symbol = " "
[haskell]
symbol = " "
[hg_branch]
symbol = " "
[java]
symbol = " "
[julia]
symbol = " "
[memory_usage]
symbol = " "
[nim]
symbol = " "
[nix_shell]
symbol = " "
[nodejs]
symbol = " "
[package]
symbol = " "
[php]
symbol = " "
[python]
symbol = " "
[ruby]
symbol = " "
[rust]
symbol = " "