refactor: migrate to role-based variable management and blockinfile config

This commit is contained in:
Tuan-Dat Tran
2026-03-22 23:46:42 +01:00
parent 222062c1a4
commit 4a1da18801
13 changed files with 146 additions and 93 deletions

View File

@@ -1,24 +0,0 @@
$formatters
format = """
[─](bold green)
[](bold green) """
add_newline = true
[character]
success_symbol = "[](bold green)"
error_symbol = "[](bold red)"
[directory]
home_symbol = "~"
truncation_length = 3
truncate_to_repo = true
[git]
branch_symbol = " "
stash_count_symbol = " "
format = "on [$symbol$branch]($style)$completions"
style = "bold purple"
[docker_context]
format = "via [$symbol$context]($style) "
style = "blue bold"