-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
79 lines (62 loc) · 1.51 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
format = """
$os\
$username\
$directory\
$git_branch\
$git_commit\
$git_status\
$docker_context\
$container\
$sudo\
$character
"""
right_format = """$time"""
[aws]
style = "bold #ffb86c"
[character]
# error_symbol = "[λ](bold #ff5555)"
# success_symbol = "[λ](bold #50fa7b)"
error_symbol = "[λ](bold #E1E1D9)"
success_symbol = "[λ](bold #E1E1D9)"
vimcmd_symbol = "[](bold #50fa7b)"
[cmd_duration]
disabled = true
style = "bold #f1fa8c"
[directory]
truncation_length = 8
truncation_symbol = "…/"
style = "bold #50fa7b"
[directory.substitutions]
"Documents" = " "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
[git_branch]
symbol = ""
style = "bold #ff79c6"
format = '[$symbol $branch ]($style)'
[git_status]
format = '[\[$untracked$deleted$renamed$modified$staged$conflicted$ahead_behind\] ](fg:#ffffff)'
conflicted = '[$count ](fg:#ff5555)'
untracked = '[$count[U](fg:#DC143C) ](fg:#DC143C)'
stashed = '[$count ](fg:#ffae42)'
modified = '[$count ](fg:#A9A9A9)'
staged = '[$count[S](fg:#6495ED) ](fg:#6495ED)'
renamed = '[$count➜ ](fg:#006400)'
deleted = '[$count ](fg:#FF4500)'
ahead = '[$count⇡](fg:#008000)'
behind = '[$count⇣](fg:#008000)'
[docker_context]
format = 'via [🐋 $context](blue bold)'
[hostname]
style = "bold #bd93f9"
[username]
format = "[$user]($style) "
style_user = "bold #8be9fd"
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
format = '[ $time ]($style)'
style = "bold #E1E1D9"
# format = '[ $time ]($style)'
# style = "bold #6495ED"