Skip to content

Commit

Permalink
fix nerdfont references using loichyan/nerdfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcercal committed Jul 7, 2023
1 parent 22ac9a0 commit 23898f0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ truncation_symbol = "..."
format = '[\($state( $progress_current of $progress_total)\)]($style) '

[git_status]
conflicted = "[❯](dimmed white) [ conflicted](italic yellow) "
ahead = "[❯](dimmed white) [×${count} ahead](italic yellow) "
behind = "[❯](dimmed white) [×${count} behind](italic yellow) "
diverged = "[❯](dimmed white) [ ×${ahead_count} ×${behind_count} diverged](bold red) "
up_to_date = "[❯](dimmed white) [ everything up-to-date!](italic green) "
conflicted = "[❯](dimmed white) [󰞇 conflicted](italic yellow) "
ahead = "[❯](dimmed white) [󰄿×${count} ahead](italic yellow) "
behind = "[❯](dimmed white) [󰄼×${count} behind](italic yellow) "
diverged = "[❯](dimmed white) [ 󰄿×${ahead_count} 󰄼×${behind_count} diverged](bold red) "
up_to_date = "[❯](dimmed white) [󰍕 everything up-to-date!](italic green) "
untracked = "[❯](dimmed white) [×${count}](italic red) "
stashed = "[❯](dimmed white) [](yellow)"
stashed = "[❯](dimmed white) [󰘓](yellow)"
modified = "[❯](dimmed white) [×${count}](italic yellow) "
staged = "[❯](dimmed white) [×${count}](italic green) "
renamed = "[❯](dimmed white) [×${count}](italic yellow) "
Expand All @@ -78,16 +78,16 @@ threshold = 1
style = "bold dimmed white"

[jobs]
symbol = " "
symbol = "󰑮 "
threshold = 1

[battery]
disabled = false
full_symbol = " "
charging_symbol = " "
discharging_symbol = " "
unknown_symbol = " "
empty_symbol = " "
full_symbol = "󰁹 "
charging_symbol = "󰂄 "
discharging_symbol = "󰂃 "
unknown_symbol = "󰂉 "
empty_symbol = "󰢜 "

[[battery.display]]
threshold = 20
Expand Down Expand Up @@ -115,8 +115,8 @@ disabled = true # separate prompt into 2 lines

[character]
disabled = false
success_symbol = "[](bold green)"
error_symbol = "[](bold red) "
success_symbol = "[󰇁](bold green)"
error_symbol = "[󰇁](bold red) "

[docker_context]
disabled = false
Expand All @@ -125,4 +125,4 @@ format = "[$symbol $context](blue bold)"
style = "blue bold"

[cmd_duration]
format = "[](bold cyan)[took $duration](bold cyan) [❯](dimmed white) "
format = "[󰔟](bold cyan) [took $duration](bold cyan) [❯](dimmed white) "

1 comment on commit 23898f0

@jpcercal
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the following tool was used to achieve this conversion:
https://github.com/loichyan/nerdfix

./nerdfix fix ~/dotfiles/starship.toml

Please sign in to comment.