Skip to content

Instantly share code, notes, and snippets.

@just-ero
Last active June 15, 2025 09:43
Show Gist options
  • Save just-ero/f4389e403a493bdb746200711e8a4ba3 to your computer and use it in GitHub Desktop.
Save just-ero/f4389e403a493bdb746200711e8a4ba3 to your computer and use it in GitHub Desktop.
Oh-My-Posh Profile
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": {
"end": "#788bad",
"git": "#8fa5cb",
"path": "#b0c8f2",
"text": "#282b31"
},
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"properties": {
"cache_duration": "none",
"mapped_locations": {
"C:\\Users\\Ero": "\uf007",
"C:\\Users\\Ero\\Desktop": "\udb80\uddc4",
"C:\\Users\\Ero\\Desktop\\code": "\udb82\ude1e",
"C:\\Windows\\System32": "\udb80\udf72",
"D:\\Code\\Projects": "\udb82\ude1e"
},
"style": "full"
},
"leading_diamond": "\ue0b6",
"template": "{{ if .Segments.Git.Dir }}\uf09b <b><i>{{ .Segments.Git.RepoName }}</i></b>{{ if .Segments.Git.RelativeDir }} \uf07b {{ .Segments.Git.RelativeDir }}{{ end }}{{ else }}\uf07b {{ .Path }}{{ end }}",
"foreground": "p:text",
"powerline_symbol": "\ue0b0",
"background": "p:path",
"type": "path",
"style": "diamond"
},
{
"properties": {
"branch_icon": "\ue725 ",
"cache_duration": "none"
},
"template": " {{ .HEAD }} ",
"foreground": "p:text",
"powerline_symbol": "\ue0b0",
"background": "p:git",
"type": "git",
"style": "powerline"
},
{
"properties": {
"cache_duration": "none"
},
"template": " ❯",
"foreground": "p:text",
"powerline_symbol": "\ue0b0",
"background": "p:end",
"type": "text",
"style": "powerline"
}
]
}
],
"version": 3,
"final_space": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment