feat(starship): add starship config

This commit is contained in:
2026-01-04 03:26:54 +01:00
parent 188a954775
commit decb07d5f1

37
starship/starship.toml Normal file
View File

@@ -0,0 +1,37 @@
format = """
$username\
$hostname\
$localip\
$shlvl\
$directory\
$git_branch\
$git_commit\
$git_state\
$git_status\
$kubernetes\
$package\
$python\
$rust\
$golang\
$terraform\
$docker_context\
$memory_usage\
$env_var\
$custom\
$cmd_duration\
$line_break\
$jobs\
$battery\
$time\
$status\
$container\
$shell\
$character
"""
[kubernetes]
format = 'on [󱃾 $context( \($namespace\))](blue) '
disabled = false
[aws]
disabled = true