Add README

This commit is contained in:
2024-05-03 03:24:05 +01:00
parent 5612f0f7b5
commit 0d2d04aeda
7 changed files with 102 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ $character"""
[directory]
format = '[󰝰 $path]($style)'
style = "bold blue"
style = "bold green"
[character]
success_symbol = "[╰─(✿ ͡◕ ᴗ◕\\)つ━━✫・*。](dimmed)"
@@ -22,14 +22,14 @@ format = " [ $branch]($style)"
style = "yellow"
[git_status]
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)"
format = "[[( [::](dimmed) $conflicted$untracked$modified$staged$renamed$deleted)](blue) ($ahead_behind$stashed)]($style)"
style = "cyan"
conflicted = ""
untracked = ""
modified = ""
staged = ""
renamed = ""
deleted = ""
conflicted = ""
untracked = "󰰨 "
modified = "󰯲 "
staged = "󰰢 "
renamed = "󰰟 "
deleted = "󰯵 "
stashed = "≡"
[git_state]