-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
90 lines (73 loc) · 1.48 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
format = """
($hostname)\
($git_branch)\
($git_status)\
$c\
$golang\
$java\
$nodejs\
$rust
$env_var@$directory \
❯
"""
right_format = """
$kubernetes\
"""
[directory]
style = "fg:#FFFFFF"
format = "[$path]($style)"
truncation_length = 3
truncation_symbol = "…/"
# Here is how you can shorten some long paths by text replacement
# similar to mapped_locations in Oh My Posh:
[directory.substitutions]
"Documents" = " "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
"work" = ""
"code" = ""
[c]
symbol = " "
style = "bg:#86BBD8"
format = '[$symbol ($version)]($style)'
[env_var.VIMSHELL]
format = "[$env_value]($style)"
style = 'green italic'
[env_var.ZVM_MODE]
format = "[$env_value]($style)"
style = 'green italic'
[env_var.USER]
format = "[$env_value]($style)"
style = '#FF13F0 italic'
[git_branch]
symbol = ""
format = '[$symbol $branch]($style)'
[git_status]
format = '[($all_status$ahead_behind )]($style)'
[golang]
symbol = " "
[java]
symbol = " "
format = '[$symbol ($version)]($style)'
[nodejs]
symbol = ""
format = '[$symbol ($version)]($style)'
[rust]
symbol = ""
format = '[$symbol ($version)]($style)'
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
style = "bg:#33658A"
format = '[[ ♥ $time ](bg:#33658A) ]($style)'
[kubernetes]
format = '[ ⛵ $context\($namespace\)]($style)'
disabled = false
style="#2E6DE7"
[kubernetes.context_aliases]
"dev-mips-ql" = "mips"
"minikube" = "mk"
"dev-meps" = "meps"
[kotlin]
disabled = false