This commit is contained in:
2026-06-15 00:24:26 +03:00
commit 3fab9257e0
45 changed files with 2729 additions and 0 deletions

32
starship.toml Normal file
View File

@@ -0,0 +1,32 @@
"$schema" = "https://starship.rs/config-schema.json"
add_newline = true
scan_timeout = 100
[character]
success_symbol = "[](bold green)"
error_symbol = "[](bold red)"
[directory]
style = "bold #89B4FA"
truncation_length = 3
truncate_to_repo = true
[git_branch]
symbol = " "
style = "bold #F5C2E7"
[git_status]
style = "bold #F38BA8"
[cmd_duration]
style = "bold #F9E2AF"
min_time = 2_000
[username]
style_user = "bold #A6E3A1"
show_always = false
[hostname]
style = "bold #94E2D5"
ssh_only = true