1
0
Files
dotfiles/config/starship.toml
James Bulman 2474ac0fd5 Added kanto config on Windows
Changed config location for starship on Windows
Updated dots.bat to include patch function
Use patch to strip hostname prefixes when installing
Style change for all caps in dots.bat
2025-10-01 02:25:38 +01:00

36 lines
813 B
TOML

add_newline = false
scan_timeout = 10
format = "\\[$username$hostname\\] :: $directory $cmd_duration$character"
[line_break]
disabled = true
[hostname]
ssh_only = false
format = "[@$hostname]($style)"
#tokyo style = "bright-blue bold"
#kanto style = "bright-green bold"
[username]
show_always = true
format = "[$user]($style)"
style_root = "bright-red bold"
#tokyo style_user = "bright-blue bold"
#kanto style_user = "bright-green bold"
[directory]
truncation_length = 3
truncate_to_repo = true
style = "blue"
read_only = "!"
read_only_style = "red"
format = "[$path]($style)[$read_only]($read_only_style)"
[cmd_duration]
style = "bold yellow"
format = "[+$duration]($style) "
[character]
success_symbol = "[>](cyan bold)"
error_symbol = "[>](red bold)"