Initialize

This commit is contained in:
2025-04-27 03:50:20 +02:00
commit 50539b56ef
51 changed files with 2241 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"template": "\ueb99 {{ .UserName }} on",
"foreground": "#45F1C2",
"type": "session",
"style": "plain"
},
{
"properties": {
"folder_separator_icon": "/",
"style": "full"
},
"template": " \uf07b {{ .Path }} ",
"foreground": "#0CA0D8",
"type": "path",
"style": "plain"
},
{
"properties": {
"fetch_stash_count": true,
"fetch_upstream_icon": true
},
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ",
"foreground": "#14A5AE",
"powerline_symbol": "\ue0b0",
"type": "git",
"style": "plain"
}
]
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"template": "\ue3bf ",
"foreground": "#cd5e42",
"type": "root",
"style": "plain"
},
{
"template": "λ ",
"foreground": "#CD4277",
"type": "text",
"style": "plain"
}
],
"newline": true
}
],
"version": 3
}