-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
161 lines (135 loc) · 2.46 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 = '$all $cmd_duration'
format = """\
[](bg:#030B16 fg:#262626)\
[$os$username](bg:#7E807F fg:#090c0c)\
[](fg:#262626 bg:#808080)\
$time\
[](fg:#808080 bg:#262626)\
$directory\
[](fg:#262626 bg:#FF7200)\
$git_branch\
$git_status\
$git_metrics\
[](fg:#FF7200 bg:#030B16)\
$docker_context\
$package\
$c\
$cmake\
$cobol\
$daml\
$dart\
$deno\
$dotnet\
$elixir\
$elm\
$erlang\
$fennel\
$golang\
$guix_shell\
$haskell\
$haxe\
$helm\
$java\
$julia\
$kotlin\
$gradle\
$lua\
$nim\
$nodejs\
$ocaml\
$opa\
$perl\
$php\
$pulumi\
$purescript\
$python\
$raku\
$rlang\
$red\
$ruby\
$rust\
$scala\
$solidity\
$swift\
$terraform\
$vlang\
$vagrant\
$zig\
$buf\
$nix_shell\
$conda\
$character\
"""
# ~/.config/starship.toml
[os.symbols]
Debian = "🐧"
Linux = "🐧"
Ubuntu = "🐧"
Raspbian = "🍓"
Windows = "🪟"
Unknown = " "
Macos = "🍎"
[cmd_duration]
min_time = 500
format = "[ $duration ]($style)"
style = "fg:bright-white bg:18"
[os]
disabled = false
style = 'fg:#FF7200 bold bg:#262626'
[username]
style_user = 'fg:#7E807F bold bg:#262626'
style_root = 'fg:purple bold bg:#262626'
format = '[$user]($style)'
disabled = false
show_always = true
[hostname]
ssh_only = false
format = '[$ssh_symbol](bold blue)[@](grey)[$hostname](bold red) '
disabled = true
[character]
success_symbol = '[ ➜](bold green) '
error_symbol = '[ ✗](#E84D44) '
[directory]
truncation_length = 8
truncation_symbol = '…/'
format = "[ ﱮ $path ]($style)"
style = "fg:#7E807F bg:#262626"
[git_status]
format = '[$all_status]($style)'
style = "fg:black bg:#FF7200"
[git_metrics]
format = "([+$added]($added_style))[]($added_style)"
added_style = "fg:black bg:#FF7200"
deleted_style = "fg:bright-red bg:#FF7200"
disabled = false
[git_branch]
format = '[$symbol$branch(:$remote_branch) ]($style)'
truncation_length = 4
truncation_symbol = ''
ignore_branches = ['master', 'main']
style = "fg:black bg:#FF7200"
[git_commit]
commit_hash_length = 4
tag_symbol = '🔖 '
style = "fg:black bg:#FF7200"
[python]
disabled = true
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
style = "bg:#1d2230"
format = '[[ $time ](bg:#808080 fg:#CDCDCD)]($style)'
# ~/.config/starship.toml
[nodejs]
format = '[ $version](bold green) '
[c]
format = ' [$name $version]($style)'
[ruby]
format = ' ([$symbol($version)]($style))'
detect_variables = []
[rust]
format = ' [$symbol($version)](red bold)'
[java]
format = ' [${symbol}(${version} )]($style)'
[package]
format = '[ 🎁 $version](208 bold)'