Last active
September 17, 2021 12:06
-
-
Save GiampaoloGabba/b3a0acbda32e8acd7cb5488ef21c1de7 to your computer and use it in GitHub Desktop.
Ho my Posh configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"console_title": true, | |
"console_title_style": "template", | |
"console_title_template": "{{if .Root}}(Admin) {{end}}{{.Folder}}", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ | |
"type": "root", | |
"style": "powerline", | |
"powerline_symbol": "\uE0C4", | |
"foreground": "#242424", | |
"background": "#f1184c", | |
"properties": { | |
"prefix": "", | |
"postfix": "" | |
} | |
}, | |
{ | |
"type": "os", | |
"style": "diamond", | |
"leading_diamond": " ", | |
"powerline_symbol": "", | |
"foreground": "#3A86FF", | |
"background": "#282c34", | |
"properties": { | |
"prefix": "" | |
} | |
}, | |
{ | |
"type": "time", | |
"style": "powerline", | |
"powerline_symbol": "\uE0C4", | |
"foreground": "#FFBB00", | |
"background": "#242424", | |
"properties": { | |
"time_format": "15:04:05", | |
"prefix": "" | |
} | |
}, | |
{ | |
"type": "path", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#33DD2D", | |
"background": "#242424", | |
"properties": { | |
"prefix": "\uE5FF ", | |
"style": "folder", | |
"folder_separator_icon": "/" | |
} | |
}, | |
{ | |
"type": "git", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#3A86FF", | |
"background": "#242424", | |
"properties": { | |
"display_status": true, | |
"display_stash_count": true, | |
"display_upstream_icon": true, | |
"prefix": "" | |
} | |
}, | |
{ | |
"type": "dotnet", | |
"style": "powerline", | |
"powerline_symbol": "\uE0C4", | |
"foreground": "#ffffff", | |
"background": "#0184bc", | |
"properties": { | |
"prefix": " " | |
} | |
}, | |
{ | |
"type": "executiontime", | |
"style": "powerline", | |
"powerline_symbol": "\uE0C4", | |
"foreground": "#ffffff", | |
"background": "#8800dd", | |
"properties": { | |
"threshold": 10, | |
"style": "austin", | |
"prefix": " <#fefefe>\ufbab</> " | |
} | |
}, | |
{ | |
"type": "exit", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B4", | |
"foreground": "#242424", | |
"background": "#33DD2D", | |
"properties": { | |
"display_exit_code": false, | |
"color_background": true, | |
"error_color": "#f1184c", | |
"prefix": " \ufc8d" | |
} | |
} | |
] | |
}, | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"newline": true, | |
"segments": [ | |
{ | |
"type": "text", | |
"style": "plain", | |
"foreground": "#f1184c", | |
"properties": { | |
"prefix": "", | |
"text": "\u279C" | |
} | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment