Skip to content

Instantly share code, notes, and snippets.

@goncharenko
Last active January 24, 2024 14:55
Show Gist options
  • Save goncharenko/b2373467321283914ab26f91a8ddbe41 to your computer and use it in GitHub Desktop.
Save goncharenko/b2373467321283914ab26f91a8ddbe41 to your computer and use it in GitHub Desktop.
OhMyPosh SpaceShip
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "cyan",
"properties": {
"style": "full"
},
"style": "plain",
"template": "{{ .Path }} ",
"type": "path"
},
{
"foreground": "#ff94df",
"properties": {
"branch_icon": " <#ff94df><b>\ue0a0 </b></>",
"fetch_stash_count": true,
"fetch_status": true
},
"style": "plain",
"template": "<#ffffff>on</> {{ .HEAD }} {{ .BranchStatus }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Staging.Changed) (.Working.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0}} \uf692 {{ .StashCount }}{{ end }}{{ if gt .WorktreeCount 0}} \uf1bb {{ .WorktreeCount }}{{ end }} ",
"type": "git"
},
{
"foreground": "lightGreen",
"style": "plain",
"template": "\u276f ",
"type": "text"
}
],
"type": "prompt"
},
{
"segments": [
{
"foreground": "lightYellow",
"style": "plain",
"template": "\uf489 {{ .Name }}",
"type": "shell"
},
{
"foreground": "#ff94df",
"invert_powerline": true,
"style": "diamond",
"template": " {{ .CurrentDate | date .Format }} ",
"type": "time"
},
{
"type": "executiontime",
"style": "diamond",
"powerline_symbol": "",
"foreground": "#ff94df",
"template": " <#ff94df></> {{ .FormattedMs }} ",
"properties": {
"threshold": 500,
"style": "austin",
"always_enabled": true
}
}
],
"type": "rprompt"
}
],
"version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment