commit 49cbbf2de50d06a41440fbf4bc596ac371b00624 Author: Adam Kruszewski Date: Mon Dec 11 19:24:16 2023 +0100 Initial commit diff --git a/adam-minimal.omp.json b/adam-minimal.omp.json new file mode 100644 index 0000000..e595ca2 --- /dev/null +++ b/adam-minimal.omp.json @@ -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 +}