-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
149 lines (118 loc) · 3.23 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# Starship command prompt configuration file. Colour choice and over-use of emoji
# is to help blend in with Ubuntu MATE default theme, Ambiant-Mate.
# disable starship from forcing a new line to be taken. Solved the empty line
# at start of terminal
add_newline = false
[line_break]
disabled = false
# Replace the "❯" symbol in the prompt with "➟"
[character] # The name of the module we are configuring is "character"
vicmd_symbol = "[V](bold green) "
#use_symbol_for_status = true
#symbol = " ➟" # The "symbol" segment is being set to "➜"
success_symbol = "[❯](bold green)"
error_symbol = "[✖](bold red)"
#style_success = "bold #00A652"
#style_failure = "bold #df382c"
[package]
format = "via [🎁 $version](208 bold) "
# Hide the username. The username will only show in certain scenarios
#[username]
#disabled = true
# shows the hostname on new lines
#[hostname]
#ssh_only = true
#format = "$symbol on [$hostname]($style) "
##symbol = "💻️ "
#trim_at = ".companyname.com"
#disabled = false
#style = "bold italic #FFD131"
[python]
symbol = "👾 "
pyenv_version_name = true
python_binary = "python3"
detect_extensions = []
[nim]
style = "yellow"
symbol = "🎣 "
#[dotnet]
#format = "[$symbol($version )(🎯 $tfm )]($style)"
#symbol = ".NET "
#heuristic=true
#detect_files = ["global.json", "project.json", "Directory.Build.props", "Directory.Build.targets", "Packages.props"]
#style = "bold blue"
[java]
symbol = "🌟 "
#[kubernetes]
#format = 'on [⛵ $context \($namespace\)](dimmed green) '
#disabled = false
#[kubernetes.context_aliases]
#"dev.local.cluster.k8s" = "dev"
[nodejs]
format = "via [🤖 $version](bold green) "
#[ruby]
#symbol = "🔺 "
#format = "via [⚙️ $version](red bold)"
[battery]
full_symbol = "🔋"
charging_symbol = "⚡️ "
discharging_symbol = " 💀"
[[battery.display]]
threshold = 10
style = "bold red"
[[battery.display]] # "bold yellow" style when capacity is between 10% and 30%
threshold = 30
style = "bold yellow"
discharging_symbol = "💦"
[docker_context]
format="via [$symbol$context]($style) "
symbol="🐋 "
#[deno]
#format = "via [$symbol($version )]($style)"
#symbol = "🦕 "
#[dart]
#format= "via [$symbol($version )]($style)"
#symbol = "🎯 "🔰
[conda]
format = "[$symbol$environment](dimmed Yellow) "
symbol="🅒 "
# [cmd_duration]
# min_time = 1000
# show_milliseconds = false
# format = "took [$duration](bold yellow)"
# format = "⏲️ took [$duration]($style)"
# style = "bold italic #FFD23F"
[jobs]
symbol = "+ "
number_threshold = 4
symbol_threshold = 0
[git_branch]
symbol = "🌱 "
truncation_length = 4
truncation_symbol = ""
[git_commit]
commit_hash_length = 4
tag_symbol = " 🏷 "
[git_state]
format = '[\($state( $progress_current of $progress_total)\)]($style) '
cherry_pick = "[🍒 PICKING](bold red)"
[git_metrics]
added_style = "bold blue"
format = '[+$added]($added_style)/[-$deleted]($deleted_style) '
[git_status]
conflicted = "🏳"
ahead = "🏎💨"
behind = "😰"
diverged = "😵"
untracked = "🤷"
stashed = "📦"
modified = "📝"
staged = '[++\($count\)](green)'
renamed = "👅"
deleted = "🗑"
[time]
disabled = false
format = '🕙 [\[ $time \]]($style) '
time_format = "%T"
utc_time_offset = "-5"
time_range = "10:00:00-14:00:00"