Skip to content

Instantly share code, notes, and snippets.

@iurigustavo
Created March 24, 2023 00:12
Show Gist options
  • Save iurigustavo/198aa0ff97406f73a1a56b53d3de0145 to your computer and use it in GitHub Desktop.
Save iurigustavo/198aa0ff97406f73a1a56b53d3de0145 to your computer and use it in GitHub Desktop.
Startship Settings
format = """
[  ](bg:#f8f8f2 fg:232)\
[](bg:#9580ff fg:#f8f8f2)\
$directory\
[](fg:#9580ff bg:#f1fa8c)\
$git_branch\
$git_status\
$git_state\
[](fg:#f1fa8c bg:#212736)\
$php\
[](fg:#212736 bg:#f8f8f2)\
$time\
[ ](fg:#f8f8f2)\
\n$character"""
[directory]
style = "fg:#f8f8f2 bg:#9580ff"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = " "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
[git_branch]
symbol = ""
style = "bg:#394260"
format = '[[ $symbol $branch ](fg:#282a36 bg:#f1fa8c)]($style)'
[git_status]
style = "bg:#394260"
format = '[[($ahead_behind$stashed$staged$modified$untracked)](fg:#282a36 bg:#f1fa8c)]($style)'
ahead = ' ⇡${count}'
diverged = ' ⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
modified = ' !${count}'
conflicted = ' ~${count}'
stashed = ' *${count}'
untracked = ' ?${count}'
staged = ' +${count}'
up_to_date = '✓'
[git_state]
format = '[\($state( $progress_current of $progress_total)\)]($style) '
cherry_pick = '[🍒 PICKING](bold red)'
[nodejs]
symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#9580ff bg:#212736)]($style)'
[php]
symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#9580ff bg:#212736)]($style)'
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
style = "bg:#f8f8f2"
format = '[[  $time ](fg:232 bg:#f8f8f2)]($style)'
[username]
show_always = true
style_user = "bg:#a3aed2"
style_root = "bg:#a3aed2"
format = '[$user ]($style)'
disabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment