forked from joshuablais/Logos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarship.toml
More file actions
64 lines (55 loc) · 1.31 KB
/
starship.toml
File metadata and controls
64 lines (55 loc) · 1.31 KB
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
format = """
[░▒▓](#a3aed2)\
[ ✙ ](bg:#D8DEE9 fg:#2E3440)\
[](bg:#81A1C1 fg:#D8DEE9)\
$directory\
[](fg:#81A1C1 bg:#3B4252)\
$git_branch\
$git_status\
[](fg:#3B4252 bg:#4C566A)\
$nodejs\
$rust\
$golang\
$php\
[](fg:#4C566A bg:#2E3440)\
$time\
[ ](fg:#2E3440)\
\n$character"""
[directory]
style = "fg:#E5E9F0 bg:#81A1C1"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = " "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
[git_branch]
symbol = ""
style = "bg:#3B4252"
format = '[[ $symbol $branch ](fg:#81A1C1 bg:#3B4252)]($style)'
[git_status]
style = "bg:#3B4252"
format = '[[($all_status$ahead_behind )](fg:#81A1C1 bg:#3B4252)]($style)'
[nodejs]
symbol = ""
style = "bg:#4C566A"
format = '[[ $symbol ($version) ](fg:#81A1C1 bg:#4C566A)]($style)'
[rust]
symbol = ""
style = "bg:#4C566A"
format = '[[ $symbol ($version) ](fg:#81A1C1 bg:#4C566A)]($style)'
[golang]
symbol = ""
style = "bg:#4C566A"
format = '[[ $symbol ($version) ](fg:#81A1C1 bg:#4C566A)]($style)'
[php]
symbol = ""
style = "bg:#4C566A"
format = '[[ $symbol ($version) ](fg:#81A1C1 bg:#4C566A)]($style)'
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
style = "bg:#2E3440"
format = '[[ $time ](fg:#D8DEE9 bg:#2E3440)]($style)'