Initial commit

master
Adam Kruszewski 2023-12-11 19:24:16 +01:00
commit 49cbbf2de5
1 changed files with 63 additions and 0 deletions

63
adam-minimal.omp.json Normal file
View File

@ -0,0 +1,63 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#000000",
"style": "plain",
"template": "\u274c",
"type": "status"
},
{
"foreground": "#ff0000",
"style": "plain",
"template": "#",
"type": "root"
},
{
"background": "#ffffff",
"foreground": "#000000",
"properties": {
"folder_icon": "\u2026",
"folder_separator_icon": " \ue0b1 ",
"style": "agnoster_short",
"max_depth": 2,
"home_icon": "🏡",
"mapped_locations": {
"~/Src/opensource": "\uF09B "
}
},
"style": "plain",
"template": "{{ .Path }} ",
"type": "path"
},
{
"background": "#ffffff",
"foreground": "#000000",
"properties": {
"cherry_pick_icon": "\u2713 ",
"commit_icon": "\u25b7 ",
"fetch_status": true,
"merge_icon": "\u25f4 ",
"no_commits_icon": "no commits",
"rebase_icon": "\u2c62 ",
"tag_icon": "\u25b6 "
},
"style": "plain",
"template": "({{ .HEAD }}{{ if and (eq .Ahead 0) (eq .Behind 0) }} \u2261{{end}}{{ if gt .Ahead 0 }} \u2191{{.Ahead}}{{end}}{{ if gt .Behind 0 }} \u2193{{.Behind}}{{end}} {{ if .Working.Changed }}+{{ .Working.Added }} ~{{ .Working.Modified }} -{{ .Working.Deleted }} {{ end }})",
"type": "git"
},
{
"foreground": "#000000",
"style": "plain",
"template": "\ue0b1 ",
"type": "text"
}
],
"type": "prompt"
}
],
"version": 2
}