"$schema" = "https://starship.rs/config-schema.json" add_newline = true command_timeout = 1000 format = "$time$username$hostname$directory$git_branch$git_status$nodejs$dotnet$java$kotlin$ruby$xcode$swift$golang$docker_context$python$line_break$character" [time] disabled = false format = "[$time]($style) " time_format = "%R" style = "dimmed white" [username] show_always = true format = "[$user]($style) " style_user = "bold cyan" style_root = "bold red" [hostname] ssh_only = true format = "on [$hostname]($style) " style = "bold yellow" [directory] truncation_length = 3 truncate_to_repo = false style = "bold blue" [git_branch] symbol = "git:" format = "on [$symbol$branch]($style) " style = "bold purple" [git_status] format = "([$all_status$ahead_behind]($style) )" style = "bold red" [character] success_symbol = "[❯](bold green)" error_symbol = "[❯](bold red)" vimcmd_symbol = "[❮](bold green)" [docker_context] disabled = true [package] disabled = true