Files
dotfiles/starship.toml

46 lines
971 B
TOML
Raw Normal View History

2024-05-03 03:02:08 +01:00
format = """
$cmd_duration\
[](dimmed) \
$directory\
$git_branch\
$git_state\
$git_status\
$line_break\
$character"""
[directory]
format = '[󰝰 $path]($style)'
2024-05-03 03:24:05 +01:00
style = "bold green"
2024-05-03 03:02:08 +01:00
[character]
2024-05-06 02:50:13 +01:00
success_symbol = "[╰─(✿ ◕ ᴗ◕\\)つ━━✫・*。](dimmed)"
2024-05-03 03:02:08 +01:00
error_symbol = "[╰─](dimmed)[ Ψ\\(`_´ # \\)↝](red)"
vimcmd_symbol = "[](green)"
[git_branch]
format = " [ $branch]($style)"
style = "yellow"
[git_status]
2024-05-03 03:24:05 +01:00
format = "[[( [::](dimmed) $conflicted$untracked$modified$staged$renamed$deleted)](blue) ($ahead_behind$stashed)]($style)"
2024-05-03 03:02:08 +01:00
style = "cyan"
2024-05-03 03:24:05 +01:00
conflicted = " "
untracked = "󰰨 "
modified = "󰯲 "
staged = "󰰢 "
renamed = "󰰟 "
deleted = "󰯵 "
2024-05-03 03:02:08 +01:00
stashed = "≡"
[git_state]
format = '\([$state( $progress_current/$progress_total)]($style)\) '
style = "bright-black"
[cmd_duration]
format = "[( 󱎫 took $duration\n)]($style)"
style = "dimmed"
[python]
format = "[$virtualenv]($style) "
style = "bright-black"