-
-
Save shanselman/1f69b28bfcc4f7716e49eb5bb34d7b2c to your computer and use it in GitHub Desktop.
{ | |
"final_space": true, | |
"console_title": true, | |
"console_title_style": "folder", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"horizontal_offset": 0, | |
"vertical_offset": 0, | |
"segments": [ | |
{ | |
"type": "path", | |
"style": "diamond", | |
"powerline_symbol": "", | |
"invert_powerline": false, | |
"foreground": "#ffffff", | |
"background": "#ff479c", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": { | |
"prefix": " ", | |
"style": "folder" | |
} | |
}, | |
{ | |
"type": "git", | |
"style": "powerline", | |
"powerline_symbol": "", | |
"invert_powerline": false, | |
"foreground": "#193549", | |
"background": "#fffb38", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": { | |
"display_status": true, | |
"display_stash_count": true, | |
"display_upstream_icon": true | |
} | |
}, | |
{ | |
"type": "dotnet", | |
"style": "powerline", | |
"powerline_symbol": "", | |
"invert_powerline": false, | |
"foreground": "#ffffff", | |
"background": "#6CA35E", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": { | |
"display_version": true, | |
"prefix": " " | |
} | |
}, | |
{ | |
"type": "root", | |
"style": "powerline", | |
"powerline_symbol": "", | |
"invert_powerline": false, | |
"foreground": "#ffffff", | |
"background": "#ffff66", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": null | |
}, | |
{ | |
"type": "exit", | |
"style": "powerline", | |
"powerline_symbol": "", | |
"invert_powerline": false, | |
"foreground": "#ffffff", | |
"background": "#2e9599", | |
"leading_diamond": "", | |
"trailing_diamond": "", | |
"properties": { | |
"always_enabled": true, | |
"color_background": true, | |
"display_exit_code": false, | |
"error_color": "#f1184c", | |
"prefix": " " | |
} | |
} | |
] | |
} | |
] | |
} |
Does this still work? For me it's a bit buggy, I think they migrated all the config options to other formats and when it is migrated automatically it breaks some stuff.
Does this still work? For me it's a bit buggy, I think they migrated all the config options to other formats and when it is migrated automatically it breaks some stuff.
Yes, it is working. I just used it.
doesn't seem to work anymore. It's doing a migration:
Oh My Posh config migrated to version 2 Backup config available at C:\Users\username\AppData\Local\Programs\oh-my-posh\themes\ohmyposhv3-v2.json.bak
For anyone having the heart/check error, try this.
Change This:
"template": " \ue23a{{ if gt .Code 0 }}\uf00d{{ else }}\uf42e{{ end }} ",
To this in your .json file:
"template": " \ue23a ",
EclipseDevelopment thank you for the tip. It worked for me.
How to show github icon in front of git branch ?
Yo Scott, you sharing that V4 with us? ;)
I can't seem to get that rocket icon thingy work when on D: (my DevDrive). Anyone?
can you please update this to the latest version , thank you
@shanselman , I love these little details. I am modifying this to show a prompt segment in one line and type commands on the next line. But when I do that, tab for completing the path from suggestion is not working. It auto-replaces the CD with the Path.
and after pressing tab -
can you please help me?
json file -
What does the heart icon mean?