-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
122 lines (98 loc) · 2.49 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
111
112
113
114
115
116
117
118
119
120
121
# ~/.starship/starship
add_newline = true
format="""
[┌─── ](#f8b3ff)$username[@](#ffffa5)$hostname$directory $julia$python$conda$nix$rust$node$elm$lua$java$golang$erlang$package$git_branch$git_commit$git_state$git_status$hg_branch$docker_context$cmake$jobs$time
[└](#f8b3ff)$character
"""
[battery]
full_symbol = "🔋"
charging_symbol = "🔌"
discharging_symbol = "⚡"
disabled=true
[[battery.display]]
threshold = 30
style = "bold red"
[[battery.display]]
threshold = 60
style = "bold orange"
[[battery.display]]
threshold = 75
style = "bold yellow"
[[battery.display]]
threshold = 100
style = "bold green"
[character]
success_symbol = "[](#f8b3ff)" # nf-fa-angle_double_right
error_symbol = "[](#f1fa8c)" # nf-fa-ban
vicmd_symbol = "[](#dcacff)" # nf-fa-angle_double_left
[cmd_duration]
style = "bold #c982ff"
show_milliseconds = true
min_time = 10_000 # Show command duration over 10,000 milliseconds (=10 sec)
format = "took [$duration]($style)"
[directory]
truncation_length = 1
format = "in [$path]($style)[$lock_symbol]($lock_style) "
[git_branch]
format = " [$symbol$branch]($style) "
symbol = "🍣 "
style = "bold yellow"
[git_commit]
commit_hash_length = 8
style = "bold white"
[git_state]
progress_divider = " of "
[git_status]
conflicted = "⚔️ "
ahead = "🏎️ 💨 ×${count} "
behind = "🐢 ×${count} "
diverged = "🔱 🏎️ 💨 ×${ahead_count} 🐢 ×${behind_count} "
untracked = "🛤️ ×${count} "
stashed = "📦 "
modified = "📝 ×${count} "
staged = "🗃️ ×${count} "
renamed = "📛 ×${count} "
deleted = "🗑️ ×${count} "
style = "bright-white "
format = "$all_status$ahead_behind"
[hostname]
ssh_only = false
format = "[$hostname]($style) "
trim_at = ""
style = "bold #69ff94"
disabled = false
[julia]
format = "[$symbol$version]($style) "
symbol = "ஃ "
style = "bold green"
[memory_usage]
format = "$symbol[${ram}( | ${swap})]($style) "
show_percentage = true
show_swap = true
threshold = 50
style = "bold bright white"
disabled = false
[nodejs]
symbol = " "
style = "bold #00ff11"
format = "[$symbol$version]($style) "
[package]
disabled = false
[python]
symbol = " "
style = "bold #f6ff00"
format = "[$symbol$version]($style) "
pyenv_version_name = true
[rust]
symbol = "️ "
style = "bold #fca103"
format = "[$symbol$version]($style) "
[time]
time_format = "%T"
format = "🕙 $time($style) "
style = "bright-white"
disabled = false
[username]
style_user = "bold #bd93f9"
format = "[$user]($style)"
show_always = true