feat(starship): some rice

This commit is contained in:
winston 2022-11-02 17:22:24 +01:00
parent 0365843ad9
commit 7b5ea87247
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -5,6 +5,7 @@
# directory | username@hostname | cmd duration | sudo | VCS | language versions | kubernetes # directory | username@hostname | cmd duration | sudo | VCS | language versions | kubernetes
# > input after line break # > input after line break
format = """ format = """
${custom.top}\
$directory\ $directory\
$username\ $username\
$hostname\ $hostname\
@ -39,30 +40,30 @@ $kubernetes\
$terraform\ $terraform\
$line_break\ $line_break\
$shell\ $shell\
${custom.bottom}\
$character""" $character"""
add_newline = true add_newline = true
[custom.top]
symbol = "┌"
style = "bold cyan"
when = true
[custom.bottom]
symbol = "└"
style = "bold cyan"
when = true
[character] [character]
success_symbol = '[ﬦ](bold blue) ' success_symbol = '[▶](bold cyan)'
error_symbol = '[ﬦ](bold blue) ' error_symbol = '[▶](bold red)'
vicmd_symbol = '[](bold green) ' vicmd_symbol = '[▷](bold cyan)'
[directory] [directory]
style = 'fg:bright-cyan' style = 'fg:bright-cyan'
read_only = ' ' read_only = ''
use_os_path_sep = false # fuck windows :verynice: use_os_path_sep = false # fuck windows :verynice:
[directory.substitutions]
'.config' = ' '
'Code' = ' '
'Desktop' = ' '
'Documents' = ' '
'Downloads' = ' '
'Music' = ' '
'Pictures' = ' '
'Work' = ' '
'git' = ' '
[username] [username]
format = '\[[$user]($style)\]' format = '\[[$user]($style)\]'