Files
dotFiles/.config/starship.toml

82 lines
1.7 KiB
TOML
Raw Normal View History

2024-04-28 17:00:43 +05:30
"$schema" = 'https://starship.rs/config-schema.json'
2025-03-09 01:14:20 +05:30
# add_newline = true
# continuation_prompt = '▶▶ '
2025-03-09 18:23:11 +05:30
format = "$directory$bun$golang$python$git_branch$git_status$git_state[ ](bold yellow)[](bold purple)[](bold blue)\n$character"
2024-09-26 16:29:57 +05:30
palette = "catppuccin_mocha"
2024-04-28 17:00:43 +05:30
[bun]
2025-03-09 02:05:08 +05:30
format = '[🍞bun ](bold green)'
2024-04-28 17:00:43 +05:30
version_format = '${major}.${minor}'
[character]
2024-05-15 17:16:15 +05:30
success_symbol = "[➜](bold green)"
error_symbol = "[✗](bold red)"
2024-04-28 17:00:43 +05:30
[cmd_duration]
disabled = true
[directory]
2024-10-05 17:01:39 +05:30
home_symbol= "󰊠 "
2024-12-16 13:47:38 +05:30
truncation_length = 2
2024-05-15 17:16:15 +05:30
truncate_to_repo = true
2024-09-16 03:19:04 +05:30
truncation_symbol = "󰊠 "
2024-05-16 14:46:37 +05:30
style = "bold blue"
2024-05-15 17:16:15 +05:30
2024-04-28 17:00:43 +05:30
[git_branch]
2025-03-09 01:14:20 +05:30
format='[$symbol$branch]($style)'
2024-04-28 17:00:43 +05:30
style='bold purple'
symbol=" "
[git_state]
2025-03-09 01:14:20 +05:30
cherry_pick = '[🍒](bold red)'
2024-04-28 17:00:43 +05:30
[git_metrics]
2025-03-09 01:14:20 +05:30
format = '[+$added]($added_style)[-$deleted]($deleted_style) '
2024-04-28 17:00:43 +05:30
disabled = false
[git_status]
2025-03-09 01:14:20 +05:30
format = '( [\[$all_status$ahead_behind\]]($style))'
2024-05-15 17:16:15 +05:30
up_to_date = '✓'
2024-04-28 17:00:43 +05:30
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
staged = '[++\($count\)](green)'
[golang]
2025-03-09 01:14:20 +05:30
format = '[ ](bold cyan)'
2024-04-28 17:00:43 +05:30
2024-09-26 16:29:57 +05:30
[palettes.catppuccin_mocha]
rosewater = "#f5e0dc"
flamingo = "#f2cdcd"
pink = "#f5c2e7"
mauve = "#cba6f7"
red = "#f38ba8"
maroon = "#eba0ac"
peach = "#fab387"
yellow = "#f9e2af"
green = "#a6e3a1"
teal = "#94e2d5"
sky = "#89dceb"
sapphire = "#74c7ec"
blue = "#89b4fa"
lavender = "#b4befe"
text = "#cdd6f4"
subtext1 = "#bac2de"
subtext0 = "#a6adc8"
overlay2 = "#9399b2"
overlay1 = "#7f849c"
overlay0 = "#6c7086"
surface2 = "#585b70"
surface1 = "#45475a"
surface0 = "#313244"
base = "#1e1e2e"
mantle = "#181825"
crust = "#11111b"
2024-04-28 17:00:43 +05:30
[python]
symbol = " "
2025-03-09 01:14:20 +05:30
format = '[(\($virtualenv\))${symbol}]($style)'
2024-04-28 17:00:43 +05:30
version_format = '${major}.${minor}'