either made of breaked my starship config
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
# add_newline = true
|
||||
# continuation_prompt = '▶▶ '
|
||||
format = "$directory$bun$golang$python$git_branch$git_status$git_state[ ❯](bold yellow)[❯](bold purple)[❯](bold blue)\n$character"
|
||||
format = "$directory$bun$golang$python$git_branch$git_status$git_state[ ❯](bold yellow)[❯](bold mauve)[❯](bold sapphire)\n$character"
|
||||
palette = "catppuccin_mocha"
|
||||
|
||||
[bun]
|
||||
format = '[🍞bun ](bold green)'
|
||||
version_format = '${major}.${minor}'
|
||||
format = '[bun ${version}](bold yellow)'
|
||||
version_format = 'v${major}.${minor}'
|
||||
|
||||
[character]
|
||||
success_symbol = "[➜](bold green)"
|
||||
error_symbol = "[✗](bold red)"
|
||||
success_symbol = "[➜](bold peach)"
|
||||
error_symbol = "[✗](bold maroon)"
|
||||
|
||||
[cmd_duration]
|
||||
disabled = true
|
||||
@@ -21,31 +19,33 @@ home_symbol= " "
|
||||
truncation_length = 2
|
||||
truncate_to_repo = true
|
||||
truncation_symbol = " "
|
||||
style = "bold blue"
|
||||
style = "bold lavender"
|
||||
|
||||
[git_branch]
|
||||
format='[$symbol$branch]($style)'
|
||||
style='bold purple'
|
||||
format='[ $symbol$branch]($style)'
|
||||
style='bold mauve'
|
||||
symbol=" "
|
||||
|
||||
[git_state]
|
||||
cherry_pick = '[🍒](bold red)'
|
||||
|
||||
[git_metrics]
|
||||
format = '[+$added]($added_style)[-$deleted]($deleted_style) '
|
||||
disabled = false
|
||||
cherry_pick = '[🍒](bold maroon)'
|
||||
|
||||
[git_status]
|
||||
format = '( [\[$all_status$ahead_behind\]]($style))'
|
||||
up_to_date = '✓'
|
||||
format = '([\[$all_status$ahead_behind\]]($style))'
|
||||
style = 'peach'
|
||||
staged = '[++\($count\)](green)'
|
||||
up_to_date = '[✓](green)'
|
||||
untracked = '[ \($count\)](maroon)'
|
||||
modified = '[ \($count\)](yellow)'
|
||||
deleted = '[✘\($count\)](red)'
|
||||
ahead = '⇡${count}'
|
||||
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
|
||||
behind = '⇣${count}'
|
||||
staged = '[++\($count\)](green)'
|
||||
|
||||
renamed = '»\($count\)'
|
||||
stashed = '襁'
|
||||
|
||||
[golang]
|
||||
format = '[ ](bold cyan)'
|
||||
format = '[ ${version}](bold $style)'
|
||||
version_format = 'v${major}.${minor}'
|
||||
|
||||
[palettes.catppuccin_mocha]
|
||||
rosewater = "#f5e0dc"
|
||||
@@ -77,5 +77,5 @@ crust = "#11111b"
|
||||
|
||||
[python]
|
||||
symbol = " "
|
||||
format = '[(\($virtualenv\))${symbol}]($style)'
|
||||
version_format = '${major}.${minor}'
|
||||
format = '[(\($virtualenv\))${symbol}${version}]($style)'
|
||||
version_format = 'v${major}.${minor}'
|
||||
|
||||
Reference in New Issue
Block a user