Skip to content

Instantly share code, notes, and snippets.

@just-ero
Last active July 6, 2023 08:20
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": {
"text": "#282b31",
"path": "#b0c8f2",
"git": "#8fa5cb",
"end": "#788bad"
},
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "p:path",
"foreground": "p:text",
"properties": {
"folder_separator_icon": " \ue0b1 ",
"mapped_locations": {
"C:\\Users\\Ero": "\uf007",
"C:\\Users\\Ero\\Desktop": "\udb80\uddc4",
"C:\\Windows\\System32": "\ue70f",
"D:\\Code\\Projects": "\udb82\ude1e"
},
"style": "full"
},
"style": "diamond",
"leading_diamond": "\ue0b6",
"powerline_symbol": "\ue0b0",
"template": "\uf07c {{ .Path }} ",
"type": "path"
},
{
"background": "p:git",
"foreground": "p:text",
"properties": {
"branch_icon": "\ue725 "
},
"powerline_symbol": "\ue0b0",
"style": "powerline",
"template": " {{ .HEAD }} ",
"type": "git"
},
{
"background": "p:end",
"foreground": "p:text",
"powerline_symbol": "\ue0b0",
"style": "powerline",
"template": " \u276f",
"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