From 64048316afb0ddedf34afe1454804cf34624fc7a Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 29 Jun 2026 20:46:34 -0300 Subject: [PATCH] sync config --- dot_config/starship.toml | 63 +++++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 30 deletions(-) diff --git a/dot_config/starship.toml b/dot_config/starship.toml index d0a5fd3..d9c2ff3 100644 --- a/dot_config/starship.toml +++ b/dot_config/starship.toml @@ -1,30 +1,33 @@ -add_newline = false -username.show_always = true -username.format = "[$user]($style)" -username.style_user = "white" -hostname.ssh_only = false -hostname.format = "[$ssh_symbol$hostname]($style)" -hostname.style = "white" -hostname.ssh_symbol = " �� " -directory.truncate_to_repo = false -directory.format = "[$path]($style)[$read_only]($read_only_style)" -directory.style = "white" -character.success_symbol = "[\\$](green)" -character.error_symbol = "[\\$](red)" -time.disabled = false -time.format = "[$time]($style)" -time.style = "white" -git_branch.always_show_remote = true -git_branch.format = "[$symbol](bright-black)[$branch]($style)" -git_branch.style = "white" -git_commit.only_detached = false -git_commit.tag_disabled = false -git_commit.format = "[$hash$tag]($style)" -git_commit.style = "bright-black" - - -# A minimal left prompt -format = "[\\[](bright-black)$username[@](bright-black)$hostname $directory[\\]](bright-black)$character" - -# move the rest of the prompt to the right -right_format = """$git_branch $git_commit $time""" +# Get editor completions based on the config schema +"$schema" = 'https://starship.rs/config-schema.json' + +add_newline = false +username.show_always = true +username.format = "[$user]($style)" +username.style_user = "white" +hostname.ssh_only = false +hostname.format = "[$hostname$ssh_symbol]($style)" +hostname.style = "white" +hostname.ssh_symbol = " 🌐" +directory.truncate_to_repo = false +directory.format = "[$path]($style)[$read_only]($read_only_style)" +directory.style = "white" +character.success_symbol = "[\\$](green)" +character.error_symbol = "[\\$](red)" +time.disabled = false +time.format = "[$time]($style)" +time.style = "white" +git_branch.always_show_remote = true +git_branch.format = "[$symbol](bright-black)[$branch]($style)" +git_branch.style = "white" +git_commit.only_detached = false +git_commit.tag_disabled = false +git_commit.format = "[$hash$tag]($style)" +git_commit.style = "bright-black" + + +# A minimal left prompt +format = "[\\[](bright-black)$username[@](bright-black)$hostname $directory[\\]](bright-black)$character" + +# move the rest of the prompt to the right +right_format = """$git_branch $git_commit $time"""