dotfiles/starship/starship.toml

97 lines
1.2 KiB
TOML
Raw Normal View History

2024-01-29 23:30:26 +00:00
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
[conda]
disabled = true
[crystal]
disabled = true
[dotnet]
disabled = true
[elixir]
disabled = true
[elm]
disabled = true
[erlang]
disabled = true
[java]
disabled = true
[julia]
disabled = true
[nix_shell]
disabled = true
[php]
disabled = true
[singularity]
disabled = true
[nodejs]
disabled = true
2022-05-30 19:28:35 +00:00
[python]
disabled = true
[golang]
disabled = true
[rust]
disabled = true
[buf]
disabled = true
[git_metrics]
disabled = true
2024-01-29 23:30:26 +00:00
#####################
2024-07-01 10:59:21 +00:00
[character]
success_symbol = "[](bold green)"
error_symbol = "[](bold red)"
[time]
disabled = false
format = "at [$time]($style) "
2024-01-29 23:30:26 +00:00
[container]
symbol = ""
style = "bold black dimmed"
format = '[$name]($style) '
[git_state]
disabled = false
2021-03-20 22:36:25 +00:00
[kubernetes]
disabled = false
symbol = ""
style = "bold blue"
2024-07-01 10:59:21 +00:00
format = '[k8s $symbol$context(\($namespace\))]($style) in '
2022-05-30 19:28:35 +00:00
[package]
disabled = false
symbol = " "
format = "[$symbol$version]($style) "
[aws]
2022-05-30 19:28:35 +00:00
disabled = false
2024-03-18 14:29:38 +00:00
symbol = "aws "
[git_branch]
2022-05-30 19:28:35 +00:00
disabled = false
2024-01-29 23:30:26 +00:00
symbol = "git "
2022-05-30 19:28:35 +00:00
[git_commit]
disabled = true
2022-05-30 19:28:35 +00:00
commit_hash_length = 7
tag_symbol = "🔖 "
tag_disabled = false
only_detached = false