You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.5 KiB
74 lines
1.5 KiB
2 years ago
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||
|
|
||
|
add_newline=false
|
||
|
#scan_timeout = 10
|
||
|
format = '$character$username$hostname$directory'
|
||
|
right_format = '$terraform$git_state$git_status$git_branch$git_commit'
|
||
|
|
||
|
[character]
|
||
|
success_symbol = '[▲](white)'
|
||
|
error_symbol = '[▲](red)'
|
||
|
vicmd_symbol = '[△](blue)'
|
||
|
|
||
|
[username]
|
||
|
style_user = 'white bold'
|
||
|
style_root = 'black bold'
|
||
|
format = '[$user]($style) '
|
||
|
disabled = false
|
||
|
show_always = true
|
||
|
|
||
|
[hostname]
|
||
|
ssh_only = true
|
||
|
format = '[$ssh_symbol](bold blue)[$hostname](bold red) '
|
||
|
#trim_at = '.companyname.com'
|
||
|
disabled = false
|
||
|
|
||
|
[directory]
|
||
|
style = 'blue'
|
||
|
|
||
|
[git_state]
|
||
|
format = '[\($state( $progress_current of $progress_total)\)]($style) '
|
||
|
rebase = '[rebasing](bold magenta)'
|
||
|
merge = '[merging](bold yellow)'
|
||
|
revert = '[reverting](bold blue)'
|
||
|
cherry_pick = '[picking](bold red)'
|
||
|
bisect = '[bisecting](bold red)'
|
||
|
am = '[applying](bold green)'
|
||
|
am_or_rebase = '[applying/rebasing](bold yellow)'
|
||
|
|
||
|
[git_status]
|
||
|
format = '([$all_status $ahead_behind]($style) )'
|
||
|
style = '8'
|
||
|
up_to_date = ''
|
||
|
untracked = '.'
|
||
|
conflicted = '#'
|
||
|
ahead = '⇡'
|
||
|
behind = '⇣'
|
||
|
diverged = '⇕'
|
||
|
stashed = '^'
|
||
|
modified = '*'
|
||
|
staged = '+'
|
||
|
renamed = '»'
|
||
|
deleted = 'x'
|
||
|
|
||
|
[git_branch]
|
||
|
format = '[$symbol$branch(:$remote_branch)]($style)'
|
||
|
symbol = ''
|
||
|
style = '8'
|
||
|
truncation_length = 16
|
||
|
truncation_symbol = ''
|
||
|
ignore_branches = []
|
||
|
|
||
|
[git_commit]
|
||
|
format = ' [$hash$tag]($style)'
|
||
|
style = '8'
|
||
|
only_detached = false
|
||
|
commit_hash_length = 6
|
||
|
tag_symbol = ''
|
||
|
|
||
|
[terraform]
|
||
|
format = '[$symbol$workspace]($style) '
|
||
|
style = '105'
|
||
|
symbol = ' '
|
||
|
|