From 6aee09585959dd3c183d7f3660d89cc03b4ba745 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 15 Oct 2025 16:43:17 -0400 Subject: [PATCH] Updates starship prompt. (#3) * feat: Update kanata voyager keyboard number layer to include modifier keys on the homerow of my left hand, so that I can use modifier +number keybinds. * feat: Updates starship prompt. --- env/.config/starship/starship.toml | 91 +++--------------------------- 1 file changed, 9 insertions(+), 82 deletions(-) diff --git a/env/.config/starship/starship.toml b/env/.config/starship/starship.toml index 4395bcf..ccbeceb 100644 --- a/env/.config/starship/starship.toml +++ b/env/.config/starship/starship.toml @@ -9,24 +9,10 @@ $username\ $hostname\ [](bg:color_pink fg:color_orange)\ $directory\ -[](fg:color_pink bg:color_lavender)\ +[](fg:color_pink bg:color_bg1)\ +[](fg:color_bg1 bg:color_green)\ $git_branch\ $git_status\ -[](fg:color_lavender bg:color_blue)\ -$c\ -$rust\ -$golang\ -$nodejs\ -$php\ -$java\ -$kotlin\ -$haskell\ -$python\ -[](fg:color_blue bg:color_bg3)\ -$docker_context\ -$conda\ -[](fg:color_bg3 bg:color_green)\ -$time\ [ ](fg:color_green)\ $line_break$character""" @@ -47,6 +33,7 @@ color_yellow = '#eed49f' color_grey = '#585b70' color_maroon = '#eba0ac' color_pink = '#f5c2e7' +color_text = '#585b70' [os] disabled = false @@ -75,17 +62,17 @@ RedHatEnterprise = "󱄛" [username] show_always = true -style_user = "bold bg:color_orange fg:color_grey" -style_root = "bold bg:color_orange fg:color_grey" +style_user = "bold bg:color_orange fg:color_text" +style_root = "bold bg:color_orange fg:color_text" format = '[ $user ]($style)' [hostname] ssh_only = true -format = '[$ssh_symbol : $hostname](bold bg:color_orange fg:color_grey)' +format = '[$ssh_symbol : $hostname](bold bg:color_orange fg:color_text)' disabled = false [directory] -style = "bold fg:color_grey bg:color_pink" +style = "bold fg:color_text bg:color_pink" format = "[ $path ]($style)" truncation_length = 3 truncation_symbol = "…/" @@ -101,71 +88,11 @@ truncate_to_repo = true [git_branch] symbol = "" style = "bg:color_blue" -format = '[[ $symbol $branch ](bold fg:color_grey bg:color_lavender)]($style)' +format = '[[ $symbol $branch ](bold fg:color_text bg:color_green)]($style)' [git_status] style = "bg:color_blue" -format = '[[($all_status$ahead_behind )](bold fg:color_grey bg:color_lavender)]($style)' - -[nodejs] -symbol = "" -style = "bg:color_blue" -format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' - -[c] -symbol = " " -style = "bg:color_blue" -format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' - -[rust] -symbol = "" -style = "bg:color_blue" -format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' - -[golang] -symbol = "" -style = "bg:color_blue" -format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' - -[php] -symbol = "" -style = "bg:color_blue" -format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' - -[java] -symbol = " " -style = "bg:color_blue" -format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' - -[kotlin] -symbol = "" -style = "bg:color_blue" -format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' - -[haskell] -symbol = "" -style = "bg:color_blue" -format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' - -[python] -symbol = "" -style = "bg:color_blue" -format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)' - -[docker_context] -symbol = "" -style = "bg:color_bg3" -format = '[[ $symbol( $context) ](fg:#83a598 bg:color_bg3)]($style)' - -[conda] -style = "bg:color_bg3" -format = '[[ $symbol( $environment) ](fg:#83a598 bg:color_bg3)]($style)' - -[time] -disabled = false -time_format = "%R" -style = "bg:color_green" -format = '[[  $time ](bold fg:color_grey bg:color_green)]($style)' +format = '[[($all_status$ahead_behind )](bold fg:color_text bg:color_green)]($style)' [line_break] disabled = false