Skip to content

Instantly share code, notes, and snippets.

@veggiemonk
Created May 11, 2021 15:19
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 veggiemonk/3d359116e4dd15ec98f40911263455f2 to your computer and use it in GitHub Desktop.
Save veggiemonk/3d359116e4dd15ec98f40911263455f2 to your computer and use it in GitHub Desktop.
starship prompt - https://starship.rs
format = """
$username\
$hostname\
$directory\
$git_branch\
$git_commit\
$git_state\
$git_status\
$docker_context\
$package\
$cmake\
$golang\
$helm\
$java\
$nodejs\
$python\
$red\
$ruby\
$scala\
$terraform\
$nix_shell\
$conda\
$memory_usage\
$aws\
$gcloud\
$kubernetes\
$env_var\
$custom\
$cmd_duration\
$line_break\
$lua\
$jobs\
$battery\
$time\
$status\
$shell\
$character"""
[package]
disabled = true
[directory]
truncate_to_repo = false
truncation_length = 8
#[status]
#disabled = false
#symbol = "❌"
#recognize_signal_code = false
#map_symbol = false
#signal_symbol = "⧳ "
[status]
style = "bold italic fg:purple"
format = '[\[$status\]]($style) '
disabled = false
[gcloud]
disabled = false
[git_status]
staged = '[++\($count\)](green)'
[kubernetes]
disabled = false
#format = 'on [⛵ $context \($namespace\)](dimmed green) '
[kubernetes.context_aliases]
"bla" = "dev"
[java]
disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment