Skip to content

Instantly share code, notes, and snippets.

@baruchiro
Last active July 11, 2021 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baruchiro/22d931516479981565c79278c04ba9a9 to your computer and use it in GitHub Desktop.
Save baruchiro/22d931516479981565c79278c04ba9a9 to your computer and use it in GitHub Desktop.
My oh-my-posh profile
{
"Gist": "https://gist.github.com/baruchiro/22d931516479981565c79278c04ba9a9",
"final_space": false,
"osc99": false,
"console_title": false,
"console_title_style": "",
"console_title_template": "",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#ffffff",
"foreground_templates": null,
"background": "#ff8080",
"background_templates": null,
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"prefix": ""
}
},
{
"type": "root",
"style": "plain",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#FFEE58",
"foreground_templates": null,
"background": "",
"background_templates": null,
"leading_diamond": "",
"trailing_diamond": "",
"properties": null
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#100e23",
"foreground_templates": null,
"background": "#91ddff",
"background_templates": null,
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"style": "full"
}
},
{
"type": "dotnet",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#000000",
"background": "#00ffff",
"properties": {
"prefix": " \uE77F "
}
},
{
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#6CA35E",
"properties": {
"prefix": " \uE718 "
}
},
{
"type": "python",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#100e23",
"foreground_templates": null,
"background": "#906cff",
"background_templates": null,
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"prefix": "  "
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#193549",
"foreground_templates": null,
"background": "#95ffa4",
"background_templates": null,
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"display_status": true,
"display_stash_count": true,
"display_upstream_icon": true
}
}
]
},
{
"type": "newline"
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#E06C75",
"properties": {
"prefix": "",
"text": " \u276F"
}
}
]
}
],
"tooltips": [
{
"type": "git",
"tips": [
"git",
"g"
],
"style": "diamond",
"foreground": "#193549",
"background": "#fffb38",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"display_status": true,
"display_upstream_icon": true,
"status_colors_enabled": true,
"local_changes_color": "#ff9248",
"ahead_and_behind_color": "#f26d50",
"behind_color": "#f17c37",
"ahead_color": "#89d1dc"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment