first commit

This commit is contained in:
coolnsx
2022-11-09 16:00:53 +05:30
commit c625600e3d
35 changed files with 2913 additions and 0 deletions

66
starship.toml Normal file
View File

@@ -0,0 +1,66 @@
# ~/.config/starship.toml
format = "[┌─](bold green)$all"
[character]
success_symbol = "[└─>](bold green)"
error_symbol = "[└─>](bold red)"
[cmd_duration]
min_time = 70
format = " took [$duration]($style)"
[directory]
format = "[$path]($style)[$lock_symbol]($lock_style)"
[git_branch]
format = " on [$symbol$branch]($style) "
symbol = "🍣 "
style = "bold yellow"
[git_commit]
commit_hash_length = 8
style = "bold white"
[git_state]
format = '[\($state( $progress_current of $progress_total)\)]($style) '
[git_status]
conflicted = "⚔️ "
ahead = "🏎️ 💨×${count} "
behind = "🐢×${count} "
diverged = "🔱 🏎️ 💨×{ahead_count} 🐢×${behind_count} "
untracked = "🛤️ ×${count} "
stashed = "📦 "
modified = "📝×${count} "
staged = "🗃️ ×${count} "
renamed = "📛×${count} "
deleted = "🗑️ ×${count} "
style = "brightwhite"
format = "$all_status$ahead_behind"
[hostname]
ssh_only = true
format = "<[$hostname]($style)>"
trim_at = "-"
style = "bold dimmed white"
disabled = true
[package]
disabled = true
[python]
format = " [$symbol$version]($style) "
style = "bold green"
[rust]
format = " [$symbol$version]($style) "
style = "bold green"
[golang]
format = " [$symbol$version]($style) "
style = "bold green"
[username]
style_user = "bold fg:#ffa500"
show_always = true