Skip to content

Instantly share code, notes, and snippets.

@hohonuuli
Last active October 17, 2020 21:32
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 hohonuuli/1b4d24871d1f768cf3134319b16793e8 to your computer and use it in GitHub Desktop.
Save hohonuuli/1b4d24871d1f768cf3134319b16793e8 to your computer and use it in GitHub Desktop.
# Material desing #400 series of colors https://www.materialui.co/colors
[aws]
symbol = " "
[battery]
full_symbol = ""
charging_symbol = ""
discharging_symbol = ""
[character]
success_symbol = "[❯](bold fg:#FFCA28)"
error_symbol = "[❯](bold fg:#FFCA28)"
[conda]
format = "[ ${symbol}${environment}]($style) "
style = "fg:#78909C"
symbol = " "
[cmd_duration]
disabled = true
[directory]
format = "[$path]($style)[$read_only]($read_only_style) "
style = "bold fg:#FFCA28"
truncate_to_repo = false
truncation_length = 10
[gcloud]
disabled = true
[git_branch]
format = "[$symbol$branch]($style)"
style = "fg:#29B6F6"
#symbol = " "
[git_status]
ahead = "⇡${count}"
behind = "⇣${count}"
# conflicted =
deleted = "✘${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
format = "[ ${all_status}${ahead_behind}]($style) "
modified = "+${count}"
staged = "●${count}"
stashed = "⇲"
style = "fg:#29B6F6"
untracked = "…"
[golang]
format = "[ ${symbol}${version}]($style) "
style = "fg:#78909C"
symbol = " "
[hg_branch]
symbol = " "
[hostname]
format = "[$hostname]($style):"
trim_at = ""
[java]
format = "[ ${symbol}${version}]($style) "
# style = "fg:#29b6f6"
style = "fg:#78909C"
symbol = " "
[memory_usage]
symbol = " "
[nodejs]
format = "[ ${symbol}${version}]($style) "
style = "fg:#78909C"
symbol = " "
[package]
disabled = false
format = "[${symbol}${version}]($style) "
symbol = ""
style = "fg:#0288D1"
# symbol = " "
[php]
symbol = " "
style = "fg:#78909C"
[python]
format = " [${symbol}${pyenv_prefix}${version}( \\($virtualenv\\))]($style) "
style = "fg:#78909C"
symbol = " "
[ruby]
format = " [$symbol$version]($style) "
style = "fg:#78909C"
symbol = " "
[rust]
format = " [$symbol$version]($style) "
style = "fg:#78909C"
symbol = " "
[username]
format = "[$user]($style)@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment