dotfiles/.config/starship.toml
2022-07-19 08:05:14 -05:00

85 lines
1.3 KiB
TOML

## FIRST LINE/ROW: Info & Status
[username]
format = " [$user]($style)@"
style_user = "#f38ba8"
style_root = "bold red"
show_always = true
# Second param
[hostname]
format = "[$hostname]($style):"
style = "#b4befe"
trim_at = "."
ssh_only = false
disabled = false
# Third param
[directory]
style = "#fab387"
truncation_length = 0
truncate_to_repo = true
truncation_symbol = "repo: "
# Before all the version info (python, nodejs, php, etc.)
[git_status]
style = "#cdd6f4"
ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
behind = "⇣${count}"
deleted = "x"
[container]
style = "bold #f5c2e7"
format = "[$symbol \\[$name\\]]($style)"
# Last param in the first line/row
[cmd_duration]
min_time = 1
style = "#f9e2af"
format = "[$duration]($style)"
disabled = false
# Prompt: param 2
[character]
format = "$symbol "
success_symbol = " [%%](#94e2d5)"
error_symbol = " [%%](#d20f39)"
vicmd_symbol = " [<](#94e2d5)"
# 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 = " "