Skip to content

Instantly share code, notes, and snippets.

@ItsIgnacioPortal
Created May 4, 2024 03:50
Show Gist options
  • Save ItsIgnacioPortal/176a07b7ecb18bc9fda7531e1655fd13 to your computer and use it in GitHub Desktop.
Save ItsIgnacioPortal/176a07b7ecb18bc9fda7531e1655fd13 to your computer and use it in GitHub Desktop.
oh-my-posh prompt
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#0C212F",
"foreground": "#FFFFFF",
"powerline_symbol": "\ue0b0",
"style": "powerline",
"template": " {{ .Icon }} ",
"type": "os"
},
{
"background": "#DE2121",
"foreground": "#FFFFFF",
//"leading_diamond": "<transparent,#DE2121>\ue0b0</>",
"powerline_symbol": "\ue0b0",
"style": "powerline",
"template": " \uf0e7 ",
//"trailing_diamond": "\ue0b0",
"type": "root"
},
{
"background": "#26BDBB",
"foreground": "#0C212F",
// "leading_diamond": "<transparent,#26BDBB>\ue0b0</>",
"powerline_symbol": "\ue0b0",
"properties": {
"folder_icon": "\uf6d7",
"folder_separator_icon": "<transparent> \ue0b1 </>",
"home_icon": "\uf7db",
"style": "agnoster_full"
},
"style": "powerline",
"template": " {{ .Path }} ",
//"trailing_diamond": "\ue0b0",
"type": "path"
},
{
"background": "#280C2E",
"background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#7621DE{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#7621DE{{ end }}",
"{{ if gt .Ahead 0 }}#7621DE{{ end }}",
"{{ if gt .Behind 0 }}#7621DE{{ end }}"
],
"foreground": "#FFFFFF",
"leading_diamond": "<transparent,#280C2E>\ue0b0</>",
"powerline_symbol": "\ue0b0",
"properties": {
"fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true
},
"style": "diamond",
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} ",
"type": "git",
"trailing_diamond": "\ue0b0"
},
// {
// "background": "#0C212F",
// "foreground": "#FFFFFF",
// "leading_diamond": "<transparent,#0C212F>\ue0b0</>",
// "properties": {
// "time_format": "15:04"
// },
// "style": "diamond",
// "template": " {{ .CurrentDate | date .Format }} ",
// "trailing_diamond": "\ue0b0",
// "type": "time"
// },
// {
// "background": "#26BDBB",
// "foreground": "#0C212F",
// "leading_diamond": "<transparent,#26BDBB>\ue0b0</>",
// "properties": {
// "style": "dallas",
// "threshold": 0
// },
// "style": "diamond",
// "template": " {{ .FormattedMs }}s ",
// "trailing_diamond": "\ue0b0",
// "type": "executiontime"
// },
{
"background": "#910000",
"foreground": "#ffffff",
"leading_diamond": "<transparent,background>\ue0b0</>",
"style": "diamond",
"template": "<transparent> \uf12a</> {{ .Meaning }} ",
"trailing_diamond": "\ue0b0",
"type": "exit"
},
{
"type":"text",
"template": "hello"
}
],
"type": "prompt"
}
],
"console_title_template": "{{if .Root}} \u26a1 {{end}}{{.Folder | replace \"~\" \"🏠\"}} @ {{.HostName}}",
"final_space": true,
"version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment