Skip to content

Instantly share code, notes, and snippets.

@Amorpheuz
Created June 29, 2020 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Amorpheuz/d17baf9a5243ecd614c2495165f76e6a to your computer and use it in GitHub Desktop.
Save Amorpheuz/d17baf9a5243ecd614c2495165f76e6a to your computer and use it in GitHub Desktop.
My starship.rs configuration!
# Uses Nerd Font symbols, won't appear on GitHub! I use CaskaydiaCove NF.
[aws]
symbol = " "
[battery]
full_symbol = " "
charging_symbol = " "
discharging_symbol = " "
[[battery.display]]
threshold = 10
style = "bold red"
[[battery.display]]
threshold = 30
style = "bold yellow"
[[battery.display]]
threshold = 100
style = "bold green"
[character]
symbol = "->"
[conda]
symbol = " "
[docker]
symbol = " "
[elixir]
symbol = " "
[elm]
symbol = " "
[git_branch]
symbol = " "
[golang]
symbol = " "
[haskell]
symbol = " "
[hg_branch]
symbol = " "
[java]
symbol = " "
[julia]
symbol = " "
[memory_usage]
symbol = " "
[nim]
symbol = " "
[nix_shell]
symbol = " "
[nodejs]
symbol = " "
[package]
symbol = " "
disabled = true
[php]
symbol = " "
[python]
symbol = " "
[ruby]
symbol = " "
[rust]
symbol = " "
[time]
disabled = false
format = "%R"
[username]
disabled = false
show_always = true
@thieung
Copy link

thieung commented Mar 18, 2022

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment