forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
59 lines (46 loc) · 1.04 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
[aws]
disabled = true
[directory]
truncate_to_repo = false
[gcloud]
disabled = true
[package]
format = "[$symbol$version]($style) "
[git_branch]
symbol = "🌱 "
truncation_length = 4
truncation_symbol = ""
[git_commit]
commit_hash_length = 4
tag_symbol = "🔖 "
[git_state]
cherry_pick = "[🍒 PICKING](bold red)"
format = '[\($state( $progress_current of $progress_total)\)]($style) '
[git_status]
ahead = "🏎💨"
behind = "😰"
conflicted = "🏳"
deleted = "🗑"
diverged = "🌿"
modified = "📝"
renamed = "👅"
staged = '[ ++\($count\)](green)'
stashed = "📦"
untracked = "🤷"
[battery]
full_symbol = "🔋"
[[battery.display]] # "bold red" style and discharging_symbol when capacity is between 0% and 10%
style = "bold red"
threshold = 10
[[battery.display]] # "bold yellow" style and 💦 symbol when capacity is between 10% and 30%
discharging_symbol = "💀"
style = "bold yellow"
threshold = 20
[php]
format = "via [$symbol$version]($style) "
style = "147 bold"
symbol = "🐘"
[bun]
symbol = "🐰 "
[nodejs]
format = ""