-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
161 lines (137 loc) · 3.5 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
150
151
152
153
154
155
156
157
158
159
160
161
format = """
[╭](fg:foreground)\
$os\
$directory\
$hostname\
$fill\
$nodejs\
$dotnet\
$python\
$java\
$c\
$git_branch\
$git_commit\
$cmd_duration\
$line_break\
$character\
"""
palette = 'flocuss'
add_newline = true
[palettes.flocuss]
foreground = '#858585'
background = '#121212'
current_line = '#cccccc'
primary = '#121212'
box = '#121212'
blue = '#74C7EC'
cyan = '#94E2D5'
green = '#A6E2A0'
orange = '#FAB387'
pink = '#EBA0AC'
purple = '#CBA6F7'
red = '#F38BA8'
yellow = '#F1FA8C'
[os]
format = '(fg:foreground)[](fg:green)[$symbol ](fg:primary bg:green)[](fg:green)[ ](fg:#808080)'
disabled = false
[os.symbols]
Alpine = ''
Amazon = ''
Android = ''
Arch = ''
CentOS = ''
Debian = ''
EndeavourOS = ''
Fedora = ''
FreeBSD = ''
Garuda = ''
Gentoo = ''
Linux = ''
Macos = ''
Manjaro = ''
Mariner = ''
Mint = ''
NetBSD = ''
NixOS = ''
OpenBSD = ''
OpenCloudOS = ''
openEuler = ''
openSUSE = ''
OracleLinux = '⊂⊃'
Pop = ''
Raspbian = ''
Redhat = ''
RedHatEnterprise = ''
Solus = ''
SUSE = ''
Ubuntu = ''
Unknown = ''
Windows = ''
[directory]
home_symbol = " "
read_only = " "
style = "fg:current_line bg:primary"
truncate_to_repo = false
truncation_length = 6
truncation_symbol = '../'
# format = '[(](#606061)[$path]($style)[)](#606060)'
format = '[﹝](#505050)[$path]($style)[﹞](#505050)'
[directory.substitutions]
# ".config" = " "
# [directory]
# format = '[ ](fg:current_line)[$read_only$truncation_symbol$path](fg:current_line bg:box)[](fg:box)'
# home_symbol = " "
# truncation_symbol = ' '
# truncation_length = 4
# read_only = ' '
# read_only_style = ''
[git_branch]
format = '[ $symbol](fg:purple bg:primary)[ $branch](fg:foreground bg:box)'
symbol = ''
[git_commit]
commit_hash_length = 4
tag_symbol = " "
[nodejs]
format = '(fg:current_line)(fg:green)[ $symbol](fg:green bg:primary)(fg:green bg:box)[ $version](fg:foreground bg:box)'
symbol = ''
[hostname]
ssh_only = true
format = "[ ](fg:orange bg:primary)[$hostname](fg:foreground)"
trim_at = ".companyname.com"
disabled = false
# [dotnet]
# format = '[](fg:current_line)[](fg:purple)[ $symbol](fg:purple bg:primary)[](fg:purple bg:box)[ $tfm](fg:foreground bg:box)[](fg:box)'
# symbol = ''
[python]
format = '(fg:current_line)[$symbol](fg:blue bg:primary)[ $version](fg:foreground bg:box)[](fg:box)'
symbol = ''
# [java]
# format = '[ $symbol](fg:primary bg:red)[ $version](fg:foreground bg:box)[](fg:box)'
# symbol = ''
[c]
format = '[ $symbol](fg:primary bg:blue)[ $version](fg:foreground bg:box)'
symbol = ''
[fill]
symbol = ' '
style = 'fg:current_line'
[cmd_duration]
min_time = 500
format = '[ ](fg:yellow bg:primary)[$duration](fg:foreground bg:box)'
[shell]
format = '[─](fg:current_line)[](fg:blue)[ ](fg:primary bg:blue)[](fg:blue bg:box)[ $indicator](fg:foreground bg:box)[](fg:box)'
unknown_indicator = 'shell'
powershell_indicator = 'powershell'
fish_indicator = 'fish'
disabled = false
[time]
format = '[─](fg:current_line)[](fg:purple)[ ](fg:primary bg:purple)[](fg:purple bg:box)[ $time](fg:foreground bg:box)[](fg:box)'
time_format = '%H:%M'
disabled = false
[username]
format = '[](fg:current_line)[](fg:yellow)[ ](fg:primary bg:yellow)[](fg:yellow bg:box)[ $user](fg:foreground bg:box)[](fg:box) '
show_always = true
[character]
format = """
[╰$symbol](fg:foreground) """
success_symbol = '[ ](fg:#777777)'
error_symbol = '[ ](fg:red)'