Skip to content

Commit

Permalink
Update starship config
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Apr 30, 2024
1 parent 3eccf9d commit 645a2c9
Showing 1 changed file with 6 additions and 72 deletions.
78 changes: 6 additions & 72 deletions config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,9 @@ $git_branch\
$git_status\
$git_state\
[](fg:#FCA17D bg:#86BBD8)\
$c\
$elixir\
$elm\
$golang\
$gradle\
$haskell\
$java\
$julia\
$nodejs\
$nim\
$rust\
$scala\
[](fg:#86BBD8 bg:#06969A)\
$docker_context\
[](fg:#86BBD8 bg:#06969A)\
$jobs\
[](fg:#06969A bg:#33658A)\
$time\
[ ](fg:#33658A)\
Expand Down Expand Up @@ -72,25 +61,10 @@ truncation_symbol = "…/"
# So either put "Important Documents" before "Documents" or use the substituted version:
# "Important 󰈙 " = " 󰈙 "

[c]
symbol = ""
style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'

[docker_context]
symbol = ""
style = "bg:#06969A"
format = '[ $symbol $context ]($style) $path'

[elixir]
symbol = ""
style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'

[elm]
symbol = ""
style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'
format = '[ $symbol $context ]($style) $path'

[git_branch]
symbol = ""
Expand All @@ -105,49 +79,9 @@ format = '[$all_status$ahead_behind ]($style)'
style = "fg:#282a36 bg:#FCA17D"
format = '[\($state( $progress_current/$progress_total)\)]($style)'

[golang]
symbol = ""
style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'

[gradle]
style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'

[haskell]
symbol = ""
style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'

[java]
symbol = ""
style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'

[julia]
symbol = ""
style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'

[nodejs]
symbol = ""
style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'

[nim]
symbol = "󰆥 "
style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'

[rust]
symbol = ""
style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'

[scala]
symbol = ""
style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'
[jobs]
style = "bg:#06969A"
format = '[ $symbol $number ]($style)'

[time]
disabled = false
Expand Down

0 comments on commit 645a2c9

Please sign in to comment.