Skip to content

Instantly share code, notes, and snippets.

@tkroo
Last active April 22, 2026 04:23
Show Gist options
  • Select an option

  • Save tkroo/fe93f001f47e28cd31e31289ad524cd4 to your computer and use it in GitHub Desktop.

Select an option

Save tkroo/fe93f001f47e28cd31e31289ad524cd4 to your computer and use it in GitHub Desktop.
"$schema" = 'https://starship.rs/config-schema.json'
format = """
[](bg:color1 fg:0)\
$os\
$username\
$hostname\
[](bg:color2 fg:color1)\
$directory\
[](bg:color3 fg:color2)\
$git_branch\
$git_status\
[ ](fg:color3 bg:0)\
$character"""
palette = 'henrycat_2'
[palettes.henrycat_1]
color1 = "#2c3353"
color2 = "#3b4570"
color3 = "#3b7070"
color4 = "#a6e3a1"
color5 = "#74c7ec"
color6 = "#20393f"
text = "7"
# success = "#108816"
success = "#3b4570"
error = "#9e2000"
[palettes.henrycat_2]
color1 = "#383d59"
color2 = "#565072"
color3 = "#76648a"
color4 = "#9a77a1"
color5 = "#bf8bb6"
color6 = "#e5a0c8"
text = "7"
# success = "#108816"
success = "#3b4570"
error = "#9e2000"
[palettes.henrycat_3]
color1 = "#9c613e"
color2 = "#8e6d2f"
color3 = "#78792d"
color4 = "#57843b"
color5 = "#188d58"
color6 = "#00947e"
text = "7"
# success = "#108816"
success = "#3b4570"
error = "#9e2000"
[os]
disabled = true
style = "bg:color1 fg:text"
[os.symbols]
Windows = ""
Ubuntu = "󰕈"
Raspbian = "󰐿"
Macos = "󰀵"
Linux = "󰌽"
Alpine = ""
Debian = "󰣚"
[username]
show_always = true
style_user = "bg:color1 fg:text"
style_root = "bg:color1 fg:text"
format = '[ $user]($style)'
[hostname]
style = "bg:color1 fg:text"
format = '[@$hostname ]($style)'
[directory]
style = "bg:color2 fg:text"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = "󰈙 "
"Downloads" = ""
"Music" = "󰝚 "
"Pictures" = ""
"Developer" = "󰲋 "
[git_branch]
# symbol = ""
style = "bg:color3"
# format = '[[ $symbol $branch ](fg:text bg:color3)]($style)'
format = '[[ $branch ](fg:text bg:color3)]($style)'
[git_status]
style = "bg:color3"
format = '[[($all_status$ahead_behind)](fg:text bg:color3)]($style)'
[nodejs]
symbol = ""
style = "bg:color4"
format = '[[ $symbol( $version) ](fg:text bg:color4)]($style)'
[c]
symbol = ""
style = "bg:color4"
format = '[[ $symbol( $version) ](fg:text bg:color4)]($style)'
[rust]
symbol = ""
style = "bg:color4"
format = '[[ $symbol( $version) ](fg:text bg:color4)]($style)'
[golang]
symbol = ""
style = "bg:color4"
format = '[[ $symbol( $version) ](fg:text bg:color4)]($style)'
[php]
symbol = ""
style = "bg:color4"
format = '[[ $symbol( $version) ](fg:text bg:color4)]($style)'
[java]
symbol = ""
style = "bg:color4"
format = '[[ $symbol( $version) ](fg:text bg:color4)]($style)'
[kotlin]
symbol = ""
style = "bg:color4"
format = '[[ $symbol( $version) ](fg:text bg:color4)]($style)'
[haskell]
symbol = ""
style = "bg:color4"
format = '[[ $symbol( $version) ](fg:text bg:color4)]($style)'
[python]
symbol = ""
style = "bg:color4"
format = '[[ $symbol( $version)(\(#$virtualenv\)) ](fg:text bg:color4)]($style)'
[docker_context]
symbol = ""
style = "bg:color5"
format = '[[ $symbol( $context) ](fg:text bg:color5)]($style)'
[conda]
symbol = ""
style = "fg:text bg:color5"
format = '[$symbol$environment ]($style)'
ignore_base = false
[time]
disabled = true
time_format = "%R"
style = "bg:color6"
format = '[[ $time](fg:text bg:color6)]($style)'
[line_break]
disabled = true
[character]
disabled = false
success_symbol = '[➤](bold fg:success)'
error_symbol = '[✗](bold fg:error)'
vimcmd_symbol = '[❮](bold fg:success)'
vimcmd_replace_one_symbol = '[❮](bold fg:color6)'
vimcmd_replace_symbol = '[❮](bold fg:color6)'
vimcmd_visual_symbol = '[❮](bold fg:color3)'
[cmd_duration]
disabled = true
show_milliseconds = true
format = " in $duration "
style = "bg:color6"
show_notifications = true
min_time_to_notify = 45000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment