Skip to content

Instantly share code, notes, and snippets.

@yutakiyama
Last active September 30, 2020 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yutakiyama/2ae6026fdda8696fdaa2b3338631d64c to your computer and use it in GitHub Desktop.
Save yutakiyama/2ae6026fdda8696fdaa2b3338631d64c to your computer and use it in GitHub Desktop.
starship.toml
add_newline = false
[directory]
truncate_to_repo = false
[git_branch]
symbol = ""
[time]
disabled = false
[battery]
full_symbol = "🔋"
charging_symbol = "⚡️"
discharging_symbol = "💀"
[[battery.display]]
threshold = 15
style = "bold red"
[[battery.display]]
threshold = 35
style = "bold yellow"
[username]
disabled = false
show_always = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment