Initial commit

This commit is contained in:
z0x 2025-07-20 12:57:27 -04:00
commit 5f78d74eca
178 changed files with 1952 additions and 0 deletions

26
.config/starship.toml Normal file
View file

@ -0,0 +1,26 @@
format = """
[](fg:color5)\
$directory\
$git_branch\
$git_status\
[ ](fg:color5)\
"""
palette = "grayscale-dark"
[directory]
style = "bg:color5 fg:color0"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[git_branch]
symbol = ""
format = '[[ $symbol $branch ](bg:color5 fg:color0)]($style)'
[git_status]
format = '[[($all_status$ahead_behind )](bg:color5 fg:color0)]($style)'
[palettes.grayscale-dark]
color0 = "#CCCCCC"
color5 = "#474747"