You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

215 lines
2.7 KiB
TOML

# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
format = """
┌ \
$username\
$hostname\
$localip\
$shlvl\
$singularity\
$directory\
$vcsh\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status\
$hg_branch\
$docker_context\
$package\
$c\
$cmake\
$cobol\
$daml\
$dart\
$deno\
$dotnet\
$elixir\
$elm\
$erlang\
$golang\
$haskell\
$helm\
$java\
$julia\
$kotlin\
$lua\
$nim\
$nodejs\
$ocaml\
$perl\
$php\
$pulumi\
$purescript\
$python\
$raku\
$rlang\
$red\
$ruby\
$rust\
$scala\
$swift\
$terraform\
$vlang\
$vagrant\
$zig\
$buf\
$nix_shell\
$kubernetes\
$conda\
$meson\
$spack\
$memory_usage\
$aws\
$gcloud\
$openstack\
$azure\
$env_var\
$crystal\
$custom\
$sudo\
$cmd_duration\
$line_break\
$time\
$status\
$container\
$shell\
└ \
$character"""
# [custom.top]
# symbol = "┌ "
# style = "bold black"
# when = true
#
# [custom.bottom]
# symbol = "└ "
# style = "bold black"
# when = true
#
[character] # The name of the module we are configuring is "character"
success_symbol = "[\\$](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
error_symbol = "[\\$](bold red)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
vimcmd_symbol = "[\\$](bold green)"
[hostname]
style = "#74c7ec bold"
ssh_symbol = "🐴 "
[aws]
style = "#74c7ec bold"
symbol = " "
[buf]
style = "#74c7ec bold"
symbol = " "
[c]
style = "#74c7ec bold"
symbol = " "
[conda]
style = "#74c7ec bold"
symbol = " "
[dart]
style = "#74c7ec bold"
symbol = " "
[directory]
style = "#cba6f7 bold"
read_only = " "
[docker_context]
style = "#74c7ec bold"
symbol = " "
[elixir]
style = "#74c7ec bold"
symbol = " "
[elm]
style = "#74c7ec bold"
symbol = " "
[git_branch]
symbol = " "
[golang]
style = "#74c7ec bold"
symbol = " "
[haskell]
style = "#74c7ec bold"
symbol = " "
[hg_branch]
style = "#74c7ec bold"
symbol = " "
[java]
style = "#74c7ec bold"
symbol = " "
[julia]
style = "#74c7ec bold"
symbol = " "
[lua]
style = "#74c7ec bold"
symbol = " "
[memory_usage]
style = "#74c7ec bold"
symbol = " "
[meson]
style = "#74c7ec bold"
symbol = "喝 "
[nim]
style = "#74c7ec bold"
symbol = " "
[nix_shell]
style = "#74c7ec bold"
symbol = " "
[nodejs]
style = "#74c7ec bold"
symbol = " "
[package]
style = "#fab387 bold"
symbol = " "
[python]
style = "#74c7ec bold"
symbol = " "
[rlang]
style = "#74c7ec bold"
symbol = "ﳒ "
[ruby]
style = "#74c7ec bold"
symbol = " "
[rust]
style = "#74c7ec bold"
symbol = " "
[scala]
style = "#74c7ec bold"
symbol = " "
[spack]
style = "#74c7ec bold"
[kubernetes]
style = "#74c7ec bold"
symbol = '󱃾 '
format = '[ $symbol($cluster/$namespace) ]($style)'
disabled = false