-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstarship.toml
122 lines (96 loc) · 2.23 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
#Location: ~/.config/starship.toml
#What_is_starship: https://starship.rs/
add_newline = true
command_timeout = 2000
format = """$env_var$os$username$hostname$kubernetes$directory$git_branch$git_status$python
$character
"""
[character]
success_symbol = "╰⎯"
error_symbol = "╰⎯"
# ╭╴ ╰─
[env_var]
symbol = "╭╴"
variable = 'SHELL'
format = "$symbol"
disabled = false
#warp-Drop ugly default prompt characters
#success_symbol = ""
#error_symbol = ""
# ---
[os]
format = '[$symbol](bold white) '
disabled = false
[os.symbols]
Windows = ' '
Arch = ''
Ubuntu = ''
Macos = ''
Unknown = ''
# ---y
# Shows the username
[username]
style_user = 'yellow bold'
style_root = 'black bold'
format = '[//](black bold) [$user](#2883ff) ' # 2883ff
disabled = false
show_always = true
# Shows the hostname
[hostname]
ssh_only = false
format = '[//](black bold) [$hostname](bold blue) '
disabled = false
# Shows current directory
[directory]
truncation_length = 0
truncation_symbol = '…/'
home_symbol = '~'
# read_only_style = '197'
read_only = ' '
format = '[//](black bold) [$path]($style)[$read_only]($read_only_style) '
style = '#7ed1fb' # yellow bold
# Shows current git branch
[git_branch]
# symbol = ' '
symbol = ' '
format = '[//](black bold) [$symbol\[$branch\]]($style) '
# truncation_length = 0
# truncation_symbol = '…/'
style = 'bold green'
# Shows current git status
[git_status]
disabled = true
format = '[ $all_status $ahead_behind]($style) '
style = 'bold green'
conflicted = '🏳'
up_to_date = ''
untracked = ' '
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
stashed = ' '
modified = ' '
staged = '[++\($count\)](green)'
renamed = '襁 '
deleted = ' '
# Shows kubernetes context and namespace
[kubernetes]
format = 'via [ $context\($namespace\)](bold purple) '
disabled = false
# ---
[vagrant]
disabled = true
[docker_context]
disabled = true
[helm]
disabled = true
[python]
symbol = ''
python_binary = ['./venv/bin/python', 'python', 'python3', 'python2']
format = '[//](black bold) [${symbol} ${pyenv_prefix}(${version} )(\($virtualenv\) )]($style) '
[nodejs]
disabled = true
[ruby]
disabled = true
[terraform]
disabled = true