refreshed dotfiles

This commit is contained in:
2025-01-05 12:01:29 +01:00
parent 86d224f266
commit 5849fbfe2d
12 changed files with 162 additions and 73 deletions

View File

@@ -1,3 +1,20 @@
# Grundlegendes Format
format = """
[](fg:blue)\
$time\
$directory\
$git_branch\
$git_state\
$git_status\
$kubernetes\
$php\
$nodejs\
$line_break\
$character"""
# Zeitüberschreitung für Module
command_timeout = 1000
[aws]
symbol = " "
@@ -131,3 +148,31 @@ symbol = " "
[spack]
symbol = "🅢 "
[kubernetes]
format = '[$symbol$context( \($namespace\))]($style) '
symbol = "☸ "
style = "bold cyan"
disabled = false
[time]
disabled = false
format = '[$time]($style) '
time_format = "%H:%M"
style = "bold yellow"
[character]
success_symbol = "[=](bold green)"
error_symbol = "[=](bold red)"
[git_status]
format = '([\[$all_status$ahead_behind\]]($style) )'
style = "bold red"
[php]
format = '[$symbol($version )]($style)'
symbol = "🐘 "
style = "bold blue"
detect_extensions = ['php', 'phpt']
detect_files = ['composer.json', '.php-version']
detect_folders = ['php']