Skip to content

Instantly share code, notes, and snippets.

@tijptjik
Created April 5, 2023 03:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tijptjik/a5675ee69f9d697e4157ca552d95cebf to your computer and use it in GitHub Desktop.
Save tijptjik/a5675ee69f9d697e4157ca552d95cebf to your computer and use it in GitHub Desktop.
starship.toml
format = """
$username\
$hostname\
$localip\
$shlvl\
$directory\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status\
$package\
$python\
$nodejs\
$gcloud\
$env_var\
$sudo\
$cmd_duration\
$line_break\
$status\
$container\
$shell\
$character"""
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
# Inserts a blank line between shell prompts
add_newline = true
[aws]
disabled = true
symbol = " "
[buf]
symbol = " "
[c]
symbol = " "
[conda]
symbol = " "
[character]
success_symbol="[❯](bold #fac357)"
[dart]
symbol = " "
[directory]
read_only = " "
[docker_context]
symbol = " "
[elixir]
symbol = " "
[elm]
symbol = " "
[git_branch]
symbol = " "
[gcloud]
format='on [$symbol$account(@$domain)(\($region\))]($style) '
disabled=true
[golang]
symbol = " "
[hostname]
ssh_only=false
style="#cf2062"
[haskell]
symbol = " "
[hg_branch]
disabled = true
symbol = " "
[java]
symbol = " "
[julia]
disabled = true
symbol = " "
[lua]
disabled = true
symbol = " "
[memory_usage]
symbol = " "
[meson]
symbol = "喝 "
[nim]
symbol = " "
[nix_shell]
symbol = " "
[nodejs]
symbol = " "
detect_folders=[]
detect_files=["package.json", ".node-version"]
detect_extensions=[]
[package]
symbol = " "
[python]
symbol = " "
detect_files=["pyproject.toml"]
[rlang]
symbol = "ﳒ "
[ruby]
symbol = " "
[rust]
symbol = " "
[scala]
symbol = " "
[spack]
symbol = "🅢 "
[username]
format="[$user]($style) at "
style_root="bold #FF5236"
style_user="#f02aae"
show_always=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment