dotfiles/dot_config/starship.toml

79 lines
1.2 KiB
TOML
Raw Normal View History

2022-02-10 17:08:11 +01:00
## FIRST LINE/ROW: Info & Status
[username]
format = " [$user]($style)@"
style_user = "#F48FB1"
style_root = "bold red"
show_always = true
# Second param
[hostname]
format = "[$hostname]($style):"
style = "bright white"
trim_at = "-"
ssh_only = false
disabled = false
# Third param
[directory]
style = "#F2B482"
truncation_length = 0
truncate_to_repo = true
truncation_symbol = "repo: "
# Before all the version info (python, nodejs, php, etc.)
[git_status]
style = "white"
ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
behind = "⇣${count}"
deleted = "x"
# Last param in the first line/row
[cmd_duration]
min_time = 1
style = "#FFE6B3"
format = "[$duration]($style)"
disabled = false
# Prompt: param 2
[character]
success_symbol = " [%%](#63F2F1)"
error_symbol = " [﬋](#ff0000)"
# SYMBOLS
[status]
format = '[$status_common_meaning$status_signal_name$status]($style)'
disabled = false
style = "bold #ff0000"
[docker_context]
symbol = " "
[git_branch]
symbol = " "
[golang]
symbol = " "
[nix_shell]
symbol = " "
[nodejs]
symbol = " "
[package]
symbol = " "
[perl]
symbol = " "
[python]
symbol = " "
[ruby]
symbol = " "
[rust]
symbol = " "