This commit is contained in:
DACHXY 2024-12-23 13:42:40 +08:00
parent 394f71cfb6
commit 36b9f4e2b0
27 changed files with 362 additions and 259 deletions

View file

@ -3,12 +3,17 @@
# Palettes must be defined _after_ this line
palette = "catppuccin_macchiato"
[shell]
fish_indicator = "󰈺 "
powershell_indicator = ">_"
unknown_indicator = "+>"
# Starship modules
[character]
# Note the use of Catppuccin color 'peach'
success_symbol = "[(green) ](peach)"
error_symbol = "[(red) ](peach)"
vimcmd_symbol = "[ ](subtext1)" # For use with zsh-vi-mode
success_symbol = "[(green) ](peach)"
error_symbol = "[(red) ](peach)"
vimcmd_symbol = "[ ](subtext1)" # For use with zsh-vi-mode
[git_branch]
style = "bold mauve"