Upload files to ".config"

main
berkeley 2024-06-09 14:58:20 +00:00
parent c2a3ce0a19
commit 7ef8e717e4
1 changed files with 43 additions and 0 deletions

43
.config/starship.toml Normal file
View File

@ -0,0 +1,43 @@
[status]
error_symbol = ""
format = """
[$directory](bold cyan)($git_branch$git_state$git_status$git_metrics)
$time $hostname $username [»](bold green) """
[git_branch]
style = "bold green"
format = "[\\[[$symbol$branch$tag](bold green)\\]](bold white)"
symbol = "\ue725 "
[git_status]
format = ' ([\[$conflicted$deleted$renamed$modified$staged$untracked$ahead_behind\]]($style))'
[directory]
style = "bold cyan"
truncate_to_repo = false
truncation_length = 1
fish_style_pwd_dir_length = 1
[python]
scan_for_pyfiles = false
[ruby]
disabled = true
[swift]
disabled = true
#[hostname]
#ssh_only = false
#format = "[$hostname]($style)"
#style = "bold white"
[username]
show_always = true
style_user = "bold white"
format = "[$user]($style)"
[time]
disabled = false
format = "[$time]($style)"
time_format = "%H:%M"