dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 2b221fb34c2658bb797d8953ca7d75af40a24b74
parent 31b4dfe210538a2b81a127f56d3104da6e7b8cdf
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Fri, 27 Mar 2026 13:44:11 +0100

Starship conf

Diffstat:
Mstarship/.config/starship.toml | 36+++++++++++++++++++-----------------
1 file changed, 19 insertions(+), 17 deletions(-)

diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml @@ -1,32 +1,34 @@ add_newline = false command_timeout = 200 -format = "[$directory$git_branch$git_status]($style)$character" +format = "[$directory$git_branch$git_status$character]($style)" [character] -error_symbol = "[✗](bold cyan)" -success_symbol = "[❯](bold cyan)" +error_symbol = "[!>](bold cyan)" +success_symbol = "[>](bold cyan)" [directory] truncation_length = 2 truncation_symbol = "…/" -repo_root_style = "bold cyan" -repo_root_format = "[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style) " +format = '[$path]($style)[$read_only]($read_only_style)' +#repo_root_style = "bold cyan" +#repo_root_format = "[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style)" +fish_style_pwd_dir_length = 2 [git_branch] -format = "[$branch]($style) " -style = "italic cyan" +format = '[ \($branch]($style)' +style = "blue" [git_status] -format = '[$all_status]($style)' -style = "cyan" -ahead = "⇡${count} " -diverged = "⇕⇡${ahead_count}⇣${behind_count} " -behind = "⇣${count} " -conflicted = " " -up_to_date = " " -untracked = "? " -modified = " " +format = '[$all_status\)]($style)' +style = "blue" +ahead = "⇡${count}" +diverged = "⇕⇡${ahead_count}⇣${behind_count}" +behind = "⇣${count}" +conflicted = "" +up_to_date = "" +untracked = "?" +modified = "" stashed = "" staged = "" renamed = "" -deleted = "" +deleted = ""