From c54eca2564a4d8b8034261eba720c7c8b164713d Mon Sep 17 00:00:00 2001 From: rosa Date: Tue, 17 Feb 2026 18:21:43 +0100 Subject: [PATCH] feat(starship): add starship config --- .config/starship.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .config/starship.toml diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..a985b92 --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,23 @@ +add_newline = true + +[username] +format = "[$user]($style) " + +[character] +#➜λΔ✖ +success_symbol = "[\\$](white)" +error_symbol = "[X](bold red) " + +[directory] +truncation_length = 4 +style = "italic blue" +format = "in [$path]($style)[$read_only]($read_only_style) " + +[git_branch] +style = "italic purple" +format = "[$branch]($style) " + +[hostname] +ssh_only = true +ssh_symbol = "🌐" +format = "at [$ssh_symbol$hostname]($style) "