-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
39 lines (33 loc) · 1.29 KB
/
starship.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
add_newline = false
format = "$time$git_branch$git_status$cmd_duration$character"
[git_status]
style = "#f0edff"
format = "(fg:#4169e1 bg:$style)($conflicted$staged$modified$renamed$deleted$untracked$stashed$ahead_behind) (fg:white bg:$style)\b"
conflicted = "[ ](fg:88)[ ${count} ](fg:white bg:88)[ ](fg:88)"
staged = "[🗃️$count ](fg:green)"
modified = "[📝${count} ](fg:red)"
renamed = "[🔧${count} ](fg:208)"
deleted = "[❌${count} ](fg:208)"
untracked = "[❓${count} ](fg:red)"
stashed = "💾${count} "
ahead = "[📤${count} ](fg:purple)"
behind = "[📥${count} ](fg:yellow)"
up_to_date = "(fg:green) "
diverged = "[](fg:88)[ נּ ](fg:white bg:88)[ ${ahead_count} ](fg:purple bg:88)[ ${behind_count} ](fg:yellow bg:88)[ ](fg:88)"
[git_branch]
symbol = " "
style = "#00a2a2"
format = "\b(fg:#4169e1 bg:$style)[$symbol$branch](fg:white bg:$style)[](fg:$style) "
[git_state]
am = "APPLYING-MAILBOX"
am_or_rebase = "APPLYING-MAILBOX/REBASE"
style = "#f05133"
format = "\b\b[ \\($state( $progress_current/$progress_total)\\)](fg:white bg:$style)[](fg:$style) "
[time]
disabled = false
style = "#4169e1"
format = "[](bg:$style fg:black)[👽 $time ](bg:$style fg:white)[](fg:$style)"
[[battery.display]]
threshold = 15
style = "bold red"
empty_symbol = " "