Skip to content

Instantly share code, notes, and snippets.

@BaalEvan
Created December 14, 2023 23:56
Show Gist options
  • Select an option

  • Save BaalEvan/9fd91c4ac6ff6151903232be35633c44 to your computer and use it in GitHub Desktop.

Select an option

Save BaalEvan/9fd91c4ac6ff6151903232be35633c44 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#ffffff",
"style": "plain",
"template": "<#CB4B16>\u250f[</>{{ .UserName }}<#CB4B16>]</>",
"type": "session"
},
{
"foreground": "#ffffff",
"style": "plain",
"template": "<#CB4B16>[</>{{ .HEAD }}<#CB4B16>]</>",
"type": "git"
},
{
"foreground": "#ffffff",
"style": "plain",
"template": "<#CB4B16>[</>\uf0e7<#CB4B16>]</>",
"type": "root"
},
{
"foreground": "#ffffff",
"style": "plain",
"template": "<#CB4B16>[x</>{{ reason .Code }}<#CB4B16>]</>",
"type": "status"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#ffffff",
"properties": {
"style": "full"
},
"style": "plain",
"template": "<#CB4B16>\u2516[</>{{ .Path }}<#CB4B16>]></>",
"type": "path"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment