Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save farseenmanekhan1232/a31c2856194495025d3f5e6ba5969034 to your computer and use it in GitHub Desktop.
Save farseenmanekhan1232/a31c2856194495025d3f5e6ba5969034 to your computer and use it in GitHub Desktop.
My OhMyPosh Theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#c6e3ff",
"style": "plain",
"template": "<#ffffff>[</>{{ .Path }}<#ffffff>]</>",
"type": "path"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"style": "plain",
"template": "\u2570\u2500",
"type": "text"
},
{
"foreground": "#89ffbe",
"properties": {
"branch_icon": "\ue725 ",
"fetch_status": true,
"fetch_upstream_icon": true
},
"style": "plain",
"template": "<#ffffff>[</>{{ .HEAD }}{{ if .Staging.Changed }}<#00AA00> \u25cf {{ .Staging.String }}</>{{ end }}{{ if .Working.Changed }}<#D75F00> \u25cf {{ .Working.String }}</>{{ end }}<#ffffff>] </>",
"type": "git"
}
],
"type": "prompt"
}
],
"version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment