Files
NixOS-Configs/home/starship/starship.toml

55 lines
1.1 KiB
TOML

# macOS Catalina Dark Aesthetic Starship Theme (Single-Line)
add_newline = false
scan_timeout = 10
format = "$os$directory$git_branch$git_status$nix_shell$rust$c$python$cmd_duration$character"
[os]
disabled = false
style = "bold #f2f2f7"
symbols = { NixOS = " " }
[directory]
truncation_length = 3
truncate_to_repo = true
style = "bold #0a84ff"
format = "[$path]($style) "
[git_branch]
symbol = " "
style = "bold #bf5af2"
format = "on [$symbol$branch]($style) "
[git_status]
style = "bold #ff453a"
format = "([$all_status$ahead_behind]($style) )"
[nix_shell]
symbol = " "
style = "bold #64d2ff"
format = "via [$symbol$state]($style) "
[rust]
symbol = " "
style = "bold #ff9f0a"
format = "[$symbol($version )]($style)"
[c]
symbol = " "
style = "bold #5e5ce6"
format = "[$symbol($version )]($style)"
[python]
symbol = " "
style = "bold #ffd60a"
format = "[$symbol($version )]($style)"
[cmd_duration]
min_time = 2000
style = "bold #ffd60a"
format = "took [$duration]($style) "
[character]
success_symbol = "[➜](bold #30d158) "
error_symbol = "[➜](bold #ff453a) "