Files
home/.config/starship.toml
2022-11-19 11:33:46 +01:00

75 lines
1.4 KiB
TOML

#format = """$character"""
#right_format = """$all"""
add_newline = false
[cmake]
disabled = true
[character] # The name of the module we are configuring is "character"
success_symbol = "[](#444444)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
error_symbol = "[](red)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
[username]
style_user="bold green"
format="[$user]($style)@"
show_always = true
[hostname]
ssh_only = false
style="cyan"
format = "[$hostname]($style) in "
[directory]
style = "bold yellow"
truncation_length = 8
#truncate_to_repo = false
[conda]
symbol = "⛎ "
style="green"
format = "[$symbol$environment]($style) "
[python]
format="[$symbol$version]($style) "
[nodejs]
format="[$symbol$version]($style) "
[golang]
format="[$symbol$version]($style) "
[status]
disabled = false
map_symbol = true
style="bg:#444444 red"
format = "[](#444444 bg:red)[$symbol $status ](bg:red)"
[time]
disabled = false
style="bg:#444444 bright-white"
format="[$time ]($style)"
time_format = '%a %b %d %R'
[git_branch]
[git_commit]
tag_disabled=false
[git_state]
[git_metrics]
added_style="bold green"
deleted_style="bold red"
format='([+$added]($added_style) )([-$deleted]($deleted_style) )'
disabled=false
[git_status]
style="bold red"
format='([\[$all_status$ahead_behind\]]($style) )'
# Local Variables:
# vc-follow-symlinks: t
# End: