[starship] Update config

This commit is contained in:
Andrew Williams
2026-01-12 15:39:30 +00:00
parent 8bfd35dd8d
commit 4a589b902a

View File

@@ -6,16 +6,22 @@ format = """
[](nord10)\ [](nord10)\
$os\ $os\
$username[@](bg:nord10 fg:nord0)$hostname\ $username[@](bg:nord10 fg:nord0)$hostname\
[](bg:nord9 fg:nord10)\ [](bg:nord9 fg:nord10)\
$directory\ $directory\
[](bg:nord8 fg:nord9)\ [](bg:nord8 fg:nord9)\
$git_branch$git_commit$git_state$git_metrics$git_status\ $git_branch$git_commit\
[](bg:nord7 fg:nord8)\ [](bg:nord7 fg:nord8)\
$package$c$cmake$cobol$daml$dart$deno$dotnet$elixir$elm$erlang$fennel$gleam\ $package\
$golang$guix_shell$haskell$haxe$helm$java$julia$kotlin$gradle$lua$nim$nodejs\ $golang\
$ocaml$opa$perl$php$pulumi$purescript$python$quarto$raku$rlang$red$ruby$rust\ $nodejs\
$scala$solidity$swift$terraform$typst$vlang$vagrant$zig$aws\ $php\
[](bg:bg fg:nord7)\ $python\
$rust\
$terraform\
$aws\
[](bg:nord4 fg:nord7)\
$cmd_duration\
[](fg:#d9dee9)\
$line_break\ $line_break\
$character $character
""" """
@@ -81,6 +87,7 @@ disabled = true
[package] [package]
format = "[ 󰏗 $version ]($style)" format = "[ 󰏗 $version ]($style)"
style = "fg:nord0 bg:nord7" style = "fg:nord0 bg:nord7"
disabled = true
# Languages # Languages
@@ -105,8 +112,9 @@ format = "[ $symbol($version )]($style)"
style = "fg:nord0 bg:nord7" style = "fg:nord0 bg:nord7"
disabled = false disabled = false
# MISC [cmd_duration]
# ==== format = "[ 󰔚 $duration ]($style)"
style = "fg:#2e3440 bg:#d9dee9"
[hostname] [hostname]
ssh_only = false ssh_only = false