Skip to content

Instantly share code, notes, and snippets.

@litefeel
Created October 14, 2024 12:00
Show Gist options
  • Save litefeel/b2307577eab0f40d7d1b06236d5746a9 to your computer and use it in GitHub Desktop.
Save litefeel/b2307577eab0f40d7d1b06236d5746a9 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 2,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "path",
"style": "plain",
"template": "\ueaf7 {{ .Path }} ",
"properties": {
"style": "full"
},
"foreground": "cyan"
},
{
"type": "git",
"style": "plain",
"template": " <lightBlue>git(</>{{ .HEAD }}<lightBlue>)</>",
"foreground": "lightYellow"
}
]
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "status",
"style": "powerline",
"foreground_templates": [
"{{ if gt .Code 0 }}red{{ end }}"
],
"template": "➜ ",
"properties": {
"always_enabled": true
},
"foreground": "lightGreen"
}
],
"newline": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment