Skip to content

Instantly share code, notes, and snippets.

@RefusesNames
Created May 28, 2024 20:40
Show Gist options
  • Select an option

  • Save RefusesNames/e374588c9cfaf3db71ad48bc6c789e85 to your computer and use it in GitHub Desktop.

Select an option

Save RefusesNames/e374588c9cfaf3db71ad48bc6c789e85 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": "#F1FA8C",
"properties": {
"style": "folder"
},
"style": "diamond",
"template": "<#42E66C>\ueaf7 </><b>{{ .Path }}</b>",
"type": "path"
},
{
"foreground": "#43CCEA",
"properties": {
"branch_icon": ""
},
"style": "diamond",
"template": "<#ffffff> \u26A1 </><b>{{ .HEAD }}</b>",
"type": "git"
},
{
"type": "status",
"style": "plain",
"foreground": "#ffffff",
"foreground_templates": [
"{{ if .Error }}#e91e63{{ end }}"
],
"template": "  {{ if .Error }}{{.Code}}{{ end }}",
"properties": {
"always_enabled": true
}
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#FFFFFF",
"style": "plain",
"template": "",
"type": "text"
}
],
"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