dotfiles/.config/starship.toml

169 lines
2.7 KiB
INI
Raw Normal View History

format = """
$all\
$line_break\
$time\
$status\
$character
"""
scan_timeout = 25
command_timeout = 200
[aws]
disabled = false
[character]
success_symbol = "[➜](bold green)"
error_symbol = "[🔥](bold #ee4e4e)"
vicmd_symbol = "[N](bold green)"
[battery]
full_symbol = "•"
charging_symbol = "⇡"
discharging_symbol = "⇣"
unknown_symbol = "~"
2022-03-26 02:16:46 +01:00
disabled = true
[[battery.display]]
threshold = 35
[cmake]
2022-03-26 02:17:36 +01:00
format = "[$symbol]($style)"
[cmd_duration]
# notification support via
# cargo install starship --features=notify-rust
show_notifications = true
# in milliseconds
min_time_to_notify = 13_000
notification_timeout = 3_750
[cobol]
disabled = true
[conda]
disabled = true
[crystal]
disabled = true
[directory]
truncate_to_repo = true
truncation_symbol = "…/"
style = "bold blue"
[docker_context]
disabled = true
[elixir]
disabled = true
[elm]
disabled = true
[erlang]
disabled = true
[git_branch]
format = "[$symbol$branch]($style) "
style = "bright-black"
# [git_commit]
# only_detached = false
[git_metrics]
disabled = false
added_style = "bold blue"
[git_status]
ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
behind = "⇣${count} "
deleted = "[•](bold red)"
untracked = "[⚶](bold cyan)"
stashed = "[≡](bold yellow)"
staged = "[+](bold green)"
modified = "[∆](bold green)"
renamed = "[⥁](bold purple)"
conflicted = "[⥯](bold red)"
format = "[($conflicted$stashed$modified$staged$renamed$deleted$untracked$ahead_behind )]($style)"
[golang]
2022-03-26 02:20:35 +01:00
format = "[$symbol]($style)"
[julia]
disabled = true
[kotlin]
format = "[$symbol($version )]($style)"
2022-03-26 02:21:33 +01:00
[lua]
disabled = true
[nodejs]
symbol = "⬢ "
format = "[$symbol]($style)"
[package]
disabled = false
symbol = "⬢ "
style = "bold bright-black"
format = "[$symbol($version )]($style)"
[purescript]
disabled = false
[python]
# don't trigger just when a ".py" is found
detect_extensions = []
style = "bright-black"
format = "[${symbol}${pyenv_prefix}(${version} )$virtualenv ]($style)"
[red]
disabled = true
[rlang]
disabled = true
[rust]
format = "[$symbol($version )]($style)"
[scala]
disabled = true
[singularity]
disabled = true
[swift]
disabled = false
[status]
disabled = false
style = "red"
map_symbol = false
symbol = "\\(╯°□°)╯︵ ┻━┻"
format = "(bg:$stylefg:#4169e1)[$symbol $status](bg:$style)(fg:$style) "
# ref:
# https://github.com/starship/starship/discussions/1107#discussioncomment-345147
[terraform]
format = "[🏎💨 $version ($workspace )]($style)"
[time]
# Enable and format the time module
disabled = false
style = "bold bright-black"
format = "[$time]($style) "
2022-03-26 02:27:18 +01:00
[vcsh]
disabled = true
2022-03-26 02:27:18 +01:00
[vlang]
symbol = "V"
style = "bold fg:#5d87bf bg:#333344"
format = "[$symbol]($style) "
[zig]
disabled = true