-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
110 lines (93 loc) · 1.98 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
format = """
[╭─](fg:#333333)\
[ ](fg:#ffffff)\
[⟩](fg:#333333)\
$directory\
$git_branch\
$git_status\
$fill\
$status\
$cmd_duration\
$package\
$bun\
$zig\
$python\
$rust\
$swift\
$docker_context\
$time\
$localip
[╰─](fg:#333333)\
$sudo\
$character
"""
[sudo]
disabled = false
format = '[ ](yellow bold)'
[character]
error_symbol = "[❯](bold #FF9580)"
success_symbol = "[❯](bold #8AFF80)"
[directory]
format = "[ $path ](fg:#0187AF)"
truncation_length = 3
truncation_symbol = "…/"
home_symbol = " "
[directory.substitutions]
"Downloads" = " "
"Music" = " "
"Documents" = " "
"IUT" = " "
"Applications" = " "
"Code" = " "
"Pictures" = " "
"Movies" = " "
"Desktop" = " "
[git_branch]
symbol = ""
format = '[ $symbol $remote_name / $branch ](purple)'
[git_status]
conflicted = ' '
ahead = '⇡${count} '
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
untracked = ' '
stashed = ' '
staged = '[++\($count\) ](green)'
format = '[ $staged$ahead_behind $untracked$stashed ](fg:#769ff0)'
[cmd_duration]
min_time = 500
format = '[ $duration ](bold yellow)'
[status]
sigint_symbol = " "
signal_symbol = " "
not_executable_symbol = " "
not_found_symbol= " "
symbol = " "
disabled = false
map_symbol = true
format = '[ $symbol$common_meaning$signal_name$maybe_int ](bold red)'
[package]
format = '[ ($version) ](bold 208)'
[swift]
format = '[ ($version) ](red bold)'
[bun]
format = '[ $symbol$version ](white)'
[zig]
version_format = 'v${major}.${minor}.${patch}'
format = '[ ($version) ](bold yellow)'
[python]
format = '[ ${pyenv_prefix}(${version})( \($virtualenv\)) ](yellow bold)'
[rust]
format = '[ ($version) ](red bold)'
[docker_context]
format = '[ $symbol$context ](white)'
[time]
disabled = false
time_format = "%T"
format = '[ $time ](fg:#637F7F)'
[localip]
disabled = false
ssh_only = false
format = '[ $localipv4 ](fg:cyan)'
[fill]
symbol = ' '