Skip to content

Instantly share code, notes, and snippets.

@JeyDi
Last active March 20, 2021 18:43
Show Gist options
  • Select an option

  • Save JeyDi/d624ce9ca514dbd47b83f18c5ef5b21e to your computer and use it in GitHub Desktop.

Select an option

Save JeyDi/d624ce9ca514dbd47b83f18c5ef5b21e to your computer and use it in GitHub Desktop.
OhMyPoshConfig
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "plain",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#26C6DA",
"background": "#546E7A",
"leading_diamond": "",
"trailing_diamond": "",
"properties": {
"display_user": false
}
},
{
"type": "os",
"style": "plain",
"foreground": "#26C6DA",
"background": "#546E7A",
"properties": {
"postfix": " \uE0B1"
}
},
{
"type": "root",
"style": "plain",
"foreground": "#26C6DA",
"background": "#546E7A"
},
{
"type": "path",
"style": "plain",
"foreground": "#26C6DA",
"background": "#546E7A",
"properties": {
"style": "full",
"postfix": " "
}
},
{
"type": "python",
"style": "plain",
"powerline_symbol": "\uE0B0",
"foreground": "#26C6DA",
"background": "#546E7A",
"properties": {
"prefix": " \uE235 ",
"display_virtual_env": true,
"display_default": true,
"display_mode": "context"
}
},
{
"type": "node",
"style": "plain",
"powerline_symbol": "\uE0B0",
"foreground": "#26C6DA",
"background": "#546E7A",
"properties": {
"prefix": " \uE718 ",
"display_mode": "files"
}
},
{
"type": "dotnet",
"style": "plain",
"powerline_symbol": "",
"foreground": "#26C6DA",
"background": "#546E7A",
"properties": {
"prefix": " \uE77F ",
"display_mode": "files"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#D4E157",
"background": "#546E7A",
"properties": {
"prefix": "<#26C6DA>\uE0B1 </>"
}
},
{
"type": "text",
"style": "plain",
"foreground": "#546E7A",
"background": "transparent",
"properties": {
"text": "\uE0B0",
"prefix": "",
"postfix": ""
}
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "session",
"style": "diamond",
"foreground": "#D4E157",
"background": "#546E7A",
"leading_diamond": "\uE0B2",
"properties": {
"postfix": " <#26C6DA>\uE0B3</> "
}
},
{
"type": "time",
"style": "plain",
"foreground": "#D4E157",
"background": "#546E7A",
"properties": {
"time_format": "15:04:05",
"postfix": " \uF017 "
}
}
]
},
{
"type": "newline"
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "exit",
"style": "plain",
"foreground": "#D4E157",
"properties": {
"prefix": "\u276F",
"always_enabled": true,
"error_color": "#FF5252",
"display_exit_code": false
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment