Initial commit from korat
This commit is contained in:
70
.config/starship.toml
Normal file
70
.config/starship.toml
Normal file
@@ -0,0 +1,70 @@
|
||||
#format = """$character"""
|
||||
#right_format = """$all"""
|
||||
|
||||
add_newline = false
|
||||
|
||||
[cmake]
|
||||
disabled = true
|
||||
|
||||
|
||||
[character] # The name of the module we are configuring is "character"
|
||||
success_symbol = "[◤](#444444)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
|
||||
error_symbol = "[◤](red)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
|
||||
|
||||
[username]
|
||||
style_user="bold green"
|
||||
format="[$user]($style)@"
|
||||
show_always = true
|
||||
|
||||
[hostname]
|
||||
ssh_only = false
|
||||
style="cyan"
|
||||
format = "[$hostname]($style) in "
|
||||
|
||||
[directory]
|
||||
style = "bold yellow"
|
||||
truncation_length = 8
|
||||
#truncate_to_repo = false
|
||||
|
||||
[conda]
|
||||
symbol = "⛎ "
|
||||
style="green"
|
||||
format = "[$symbol$environment]($style) "
|
||||
|
||||
[python]
|
||||
format="[$symbol$version]($style) "
|
||||
|
||||
[nodejs]
|
||||
format="[$symbol$version]($style) "
|
||||
|
||||
[golang]
|
||||
format="[$symbol$version]($style) "
|
||||
|
||||
[status]
|
||||
disabled = false
|
||||
map_symbol = true
|
||||
style="bg:#444444 red"
|
||||
format = "[◤](#444444 bg:red)[$symbol $status ](bg:red)"
|
||||
|
||||
[time]
|
||||
disabled = false
|
||||
style="bg:#444444 bright-white"
|
||||
format="[◢](#444444)[$time ]($style)"
|
||||
time_format = '%a %b %d %R'
|
||||
|
||||
[git_branch]
|
||||
|
||||
[git_commit]
|
||||
tag_disabled=false
|
||||
|
||||
[git_state]
|
||||
|
||||
[git_metrics]
|
||||
added_style="bold green"
|
||||
deleted_style="bold red"
|
||||
format='([+$added]($added_style) )([-$deleted]($deleted_style) )'
|
||||
disabled=false
|
||||
|
||||
[git_status]
|
||||
style="bold red"
|
||||
format='([\[$all_status$ahead_behind\]]($style) )'
|
||||
Reference in New Issue
Block a user