Skip to content

Instantly share code, notes, and snippets.

@scalp42
Created December 10, 2024 22:07
Show Gist options
  • Save scalp42/b5c2c6ef2471e396b5ce9bb0b2b492ff to your computer and use it in GitHub Desktop.
Save scalp42/b5c2c6ef2471e396b5ce9bb0b2b492ff to your computer and use it in GitHub Desktop.
# NOTE: place me in ~/.config, see https://starship.rs/config
add_newline = false
format = """
$time\
$username\
$hostname\
$shlvl\
$kubernetes\
$directory\
$git_branch\
$git_commit\
$git_state\
$git_status\
$hg_branch\
$docker_context\
$package\
$cmake\
$dart\
$dotnet\
$elixir\
$elm\
$erlang\
$golang\
$helm\
$java\
$julia\
$nim\
$nodejs\
$ocaml\
$perl\
$php\
$purescript\
$python\
$ruby\
$rust\
$swift\
$terraform\
$zig\
$nix_shell\
$conda\
$memory_usage\
$aws\
$gcloud\
$env_var\
$crystal\
$cmd_duration\
$custom\
$line_break\
$jobs\
$battery\
$status\
$character"""
[aws]
disabled = true
[python]
# pyenv_version_name = true
[time]
disabled = false
format = "[$time]($style) | "
[terraform]
disabled = false
format = 'via [Terraform]($style) $version '
[character]
disabled = false
# success_symbol = '[➜](bold green) '
# error_symbol = '[➜](bold red) '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment