Skip to content

Instantly share code, notes, and snippets.

@AlexKasaku
Created December 21, 2023 10:15
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 AlexKasaku/0f7f22214590d32d7aff481beaf63d57 to your computer and use it in GitHub Desktop.
Save AlexKasaku/0f7f22214590d32d7aff481beaf63d57 to your computer and use it in GitHub Desktop.
Oh My Posh configuration
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#0077c2",
"foreground": "#ffffff",
"leading_diamond": "",
"properties": {
"prefix": "  ",
"style": "agnoster_full"
},
"style": "diamond",
"trailing_diamond": "",
"type": "path"
},
{
"background": "#adb900",
"foreground": "#181818",
"powerline_symbol": "",
"properties": {
"display_upstream_icon": true
},
"style": "powerline",
"type": "git"
},
{
"background": "#0a8f32",
"foreground": "#ffffff",
"leading_diamond": "",
"properties": {
"always_enabled": true,
"color_background": true,
"display_exit_code": false,
"error_color": "#d11541",
"prefix": "<transparent></> ",
"success_icon": "",
"error_icon": ""
},
"style": "diamond",
"trailing_diamond": "",
"type": "exit"
}
],
"type": "prompt"
}
],
"final_space": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment