Skip to content

Instantly share code, notes, and snippets.

@GammaGames
Last active October 27, 2021 15:18
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 GammaGames/c1518742a4bf53e9b3d06a87368fd424 to your computer and use it in GitHub Desktop.
Save GammaGames/c1518742a4bf53e9b3d06a87368fd424 to your computer and use it in GitHub Desktop.
Personal Oh My Posh config
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "plain",
"foreground": "#E36464",
"properties": {
"prefix": "",
"display_host": true,
"template": "<#e7b17a>{{.ComputerName}}</>@{{.UserName}}"
}
},
{
"type": "text",
"style": "plain",
"foreground": "#62ED8B",
"properties": {
"text": "\u279C",
"postfix": "",
"prefix": ""
}
},
{
"type": "path",
"style": "plain",
"foreground": "#56B6C2",
"properties": {
"style": "mixed",
"postfix": "",
"mixed_threshold": 24
}
},
{
"type": "git",
"style": "plain",
"foreground": "#D4AAFC",
"properties": {
"branch_icon": "",
"display_status": false,
"prefix": " <#DDB15F>git(</>",
"postfix": "<#DDB15F>)</>"
}
},
{
"type": "exit",
"style": "plain",
"foreground": "#dc8777",
"properties": {
"always_numeric": true,
"postfix": ""
}
}
]
}
],
"final_space": true
}
@GammaGames
Copy link
Author

GammaGames commented Oct 26, 2021

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment