-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
90 lines (75 loc) · 2.25 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
format = "$all"
scan_timeout = 200
command_timeout = 500
add_newline = false
#[line_break]
#disabled = true
palette = 'bamboo'
[palettes.tokyonight]
black = "#24283b"
[palettes.bamboo]
black = "#2f312c"
[character]
success_symbol = " [](green)"
error_symbol = " [](red)"
vimcmd_symbol = "[ ](blue)"
vimcmd_replace_one_symbol = "[ ](blue)"
vimcmd_replace_symbol = "[ ](red)"
vimcmd_visual_symbol = "[ ](purple)"
[[battery.display]] # "bold red" style when capacity is between 0% and 10%
threshold = 10
style = "bold red"
[[battery.display]] # "bold yellow" style when capacity is between 10% and 20%
threshold = 20
style = "bold yellow"
[hostname]
ssh_only = true
format = "[$hostname](bold blue) "
disabled = false
[directory]
format = "[](fg:black bg:none)[$path]($style)[](fg:black bg:black)[](fg:blue bg:black)[](fg:black bg:blue)[](fg:blue bg:none) "
style = "fg:white bg:black"
truncation_length = 3
truncate_to_repo=true
[git_branch]
format = "[](fg:black bg:none)[$branch]($style)[](fg:black bg:black)[](fg:green bg:black)[](fg:black bg:green)[](fg:green bg:none) "
style = "fg:white bg:black"
[git_status]
format="[](fg:black bg:none)[$all_status$ahead_behind]($style)[](fg:black bg:black)[](fg:cyan bg:black)[](fg:black bg:cyan)[](fg:cyan bg:none) "
style = "fg:white bg:black"
conflicted = ""
ahead = "⇡"
behind = "⇣"
diverged = "⇕"
#ahead = "⇡${count}"
#behind = "⇣${count}"
#diverged = "⇕⇡${ahead_count}⇣${behind_count}"
#untracked = ""
untracked = ""
stashed = ""
modified = ""
staged = ""
renamed = "»"
deleted = ""
#modified = "${count}"
#staged = "${count}"
#renamed = "»${count}"
#deleted = "${count}"
[git_commit]
format = "[\\($hash\\)]($style) [\\($tag\\)]($style)"
style = "green"
[git_state]
rebase = "REBASING"
merge = "MERGING"
revert = "REVERTING"
cherry_pick = "CHERRY-PICKING"
bisect = "BISECTING"
am = "AM"
am_or_rebase = "AM/REBASE"
style = "yellow"
format = '\([$state( $progress_current/$progress_total)]($style)\) '
[cmd_duration]
min_time = 1
format = "[](fg:black bg:none)[$duration]($style)[](fg:black bg:black)[](fg:purple bg:black)[](fg:black bg:purple)[](fg:purple bg:none) "
disabled = false
style = "fg:white bg:black"