This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
119 lines (103 loc) · 2.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
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
# .::::::.:::::::::::::::. :::::::.. .::::::. :: .: :::::::::::::.
# ;;;` `;;;;;;;;'''';;`;; ;;;;``;;;; ;;;` ` ,;; ;;, ;;; `;;;```.;;;
# '[==/[[[[, [[ ,[[ '[[, [[[,/[[[' '[==/[[[[,,[[[,,,[[[ [[[ `]]nnn]]'
# ''' $ $$ c$$$cc$$$c $$$$$$c ''' $"$$$"""$$$ $$$ $$$""
# 88b dP 88, 888 888,888b "88bo,88b dP 888 "88o888 888o
# "YMmMY" MMM YMM ""` MMMM "W" "YMmMY" MMM YMMMMM YMMMb
format = """
$shell\
$username\
$directory\
$git_branch\
$package\
$cmd_duration\
$line_break\
$character\
"""
[os]
format = "[$symbol]($style)"
style = "bold bg:#7dc4e4 fg:black"
disabled = false
[shell]
fish_indicator = '\[fish\]($style)'
zsh_indicator = '\[zsh\]($style)'
bash_indicator = '\[bash\]($style)'
powershell_indicator = '\[pwsh\]($style)'
tcsh_indicator = '\[tcsh\]($style)'
cmd_indicator = '\[cmd\]($style)'
nu_indicator = '\[nu\]($style)'
unknown_indicator = '\[sh ?\]'
style = 'bold fg:#f5bde6'
disabled = false
[username]
style_user = 'bold red'
style_root = 'bold red'
format = '[$user]($style) in '
show_always = true
disabled = false
[directory]
format = '[$path]($style) [$read_only]($read_only_style)'
style = "bold fg:#8aadf4"
read_only = '[] '
read_only_style = 'bold red'
home_symbol = '~~'
truncation_length = 3
truncation_symbol = '../'
disabled = false
[git_branch]
format = 'on [$symbol$branch]($style) '
style = 'bold italic fg:#a6da95'
symbol = ' '
truncation_length = 4
truncation_symbol = ''
disabled = false
[package]
format = 'via [ $version](bold fg:#f5a97f) '
[cmd_duration]
min_time = 1000
format = 'took [$duration](bold fg:#eed49f)'
disabled = false
[time]
format = '[$time]($style)'
time_format = '%R'
style = 'bold yellow'
utc_time_offset = '+9'
disabled = false
[character]
format = '$symbol '
success_symbol = "[❯❯❯](bold green)"
error_symbol = "[❯❯❯](bold red)"
vimcmd_symbol = "[❯❯❯](bold yellow)"
disabled = false
[meson]
symbol = " "
[nix_shell]
format = 'via [$symbol$state]($style) '
style = 'bold fg:#91d7e3'
symbol = " "
[python]
format = 'via [$symbol $version]($style) '
style = 'bold fg:#eed49f'
symbol = " "
[rust]
format = 'via [$symbol $numver]($style) '
style = 'bold fg:#ee99a0'
symbol = " "
[os.symbols]
Android = " "
Arch = " "
Artix = " "
Debian = " "
EndeavourOS = " "
Fedora = " "
Gentoo = " "
Linux = " "
Macos = " "
Mint = " "
NixOS = " "
openSUSE = " "
SUSE = " "
Ubuntu = " "
Unknown = " "
Void = " "
Windows = " "