From 46db905e881306ce86d6a0c8b8407baaeb7acd0b Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 23 Jan 2026 16:18:40 +0000 Subject: Stow starship --- starship/.config/starship.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 starship/.config/starship.toml (limited to 'starship/.config') diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml new file mode 100644 index 0000000..14c4ecf --- /dev/null +++ b/starship/.config/starship.toml @@ -0,0 +1,26 @@ +add_newline = false + +format = """($git_branch $git_status +)$directory$character""" + +[directory] +style = "bright-black" + +[git_branch] +symbol = " " +style = "bright-black" +format = "[$symbol$branch]($style)" + +[git_status] +style = "bright-black" +format = "([$all_status$ahead_behind]($style))" +conflicted = "[=](red)" +ahead = "[⇡](blue)" +behind = "[⇣](blue)" +diverged = "[⇕](magenta)" +untracked = "[?](blue)" +stashed = '[\$](white)' +modified = "[!](yellow)" +staged = "[+](green)" +renamed = "[»](cyan)" +deleted = "[✘](red)" -- cgit v1.2.3-13-gbd6f