Skip to content

Commit 9f1d747

Browse files
kmfclaude
andcommitted
chore(starship): reduce config to palette-only definition
Remove format string, character, directory, git, language, and utility module configs — keep only the bru-espresso palette so users can apply their own prompt layout on top. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 36f6de6 commit 9f1d747

1 file changed

Lines changed: 0 additions & 71 deletions

File tree

tools/starship/bru-espresso.toml

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77

88
palette = "bru-espresso"
99

10-
format = """
11-
[☕ ](yellow)$directory$git_branch$git_status$ansible$kubernetes$python$golang$rust$nix_shell$cmd_duration$line_break$character"""
12-
1310
[palettes.bru-espresso]
1411
bg = "#1c1814"
1512
bg_soft = "#26211c"
@@ -39,71 +36,3 @@ violet = "#8762c6"
3936
blue = "#0072d4"
4037
teal = "#009c8f"
4138
green = "#489100"
42-
43-
[character]
44-
success_symbol = "[❯](yellow)"
45-
error_symbol = "[❯](red)"
46-
47-
[directory]
48-
style = "blue bold"
49-
truncation_length = 3
50-
truncation_symbol = "…/"
51-
52-
[git_branch]
53-
symbol = " "
54-
style = "violet"
55-
format = "[$symbol$branch]($style) "
56-
57-
[git_status]
58-
style = "yellow"
59-
format = "[$all_status$ahead_behind]($style) "
60-
conflicted = ""
61-
ahead = "⇡${count}"
62-
behind = "⇣${count}"
63-
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
64-
untracked = "?${count}"
65-
stashed = ""
66-
modified = "!${count}"
67-
staged = "+${count}"
68-
renamed = "»"
69-
deleted = "✘${count}"
70-
71-
[ansible]
72-
style = "red"
73-
format = "[$symbol$version]($style) "
74-
75-
[kubernetes]
76-
disabled = false
77-
symbol = ""
78-
style = "teal"
79-
format = "[$symbol$context:$namespace]($style) "
80-
81-
[python]
82-
symbol = " "
83-
style = "green"
84-
format = "[$symbol$version]($style) "
85-
86-
[golang]
87-
symbol = " "
88-
style = "teal"
89-
format = "[$symbol$version]($style) "
90-
91-
[rust]
92-
symbol = "🦀 "
93-
style = "orange"
94-
format = "[$symbol$version]($style) "
95-
96-
[nix_shell]
97-
symbol = ""
98-
style = "blue"
99-
format = "[$symbol$state]($style) "
100-
101-
[cmd_duration]
102-
min_time = 2000
103-
style = "fg_muted"
104-
format = "[$duration]($style) "
105-
106-
[time]
107-
disabled = false
108-
style = "fg_muted"
109-
format = "[$time]($style)"

0 commit comments

Comments
 (0)