Files
dotFiles/.config/starship.toml

82 lines
1.8 KiB
TOML
Raw Permalink Normal View History

2024-04-28 17:00:43 +05:30
"$schema" = 'https://starship.rs/config-schema.json'
format = "$directory$bun$golang$python$git_branch$git_status$git_state[ ](bold yellow)[](bold mauve)[](bold sapphire)\n$character"
2024-09-26 16:29:57 +05:30
palette = "catppuccin_mocha"
2024-04-28 17:00:43 +05:30
[bun]
format = '[bun ${version}](bold yellow)'
version_format = 'v${major}.${minor}'
2024-04-28 17:00:43 +05:30
[character]
success_symbol = "[➜](bold peach)"
error_symbol = "[✗](bold maroon)"
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 = "󰊠 "
style = "bold lavender"
2024-05-15 17:16:15 +05:30
2024-04-28 17:00:43 +05:30
[git_branch]
format='[ $symbol$branch]($style)'
style='bold mauve'
2024-04-28 17:00:43 +05:30
symbol=" "
[git_state]
cherry_pick = '[🍒](bold maroon)'
2024-04-28 17:00:43 +05:30
[git_status]
format = '([\[$all_status$ahead_behind\]]($style))'
style = 'peach'
staged = '[++\($count\)](green)'
up_to_date = '[✓](green)'
untracked = '[ \($count\)](maroon)'
modified = '[ \($count\)](yellow)'
deleted = '[✘\($count\)](red)'
2024-04-28 17:00:43 +05:30
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
renamed = '»\($count\)'
stashed = '襁'
2024-04-28 17:00:43 +05:30
[golang]
format = '[ ${version}](bold $style)'
version_format = 'v${major}.${minor}'
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 = " "
format = '[(\($virtualenv\))${symbol}${version}]($style)'
version_format = 'v${major}.${minor}'