windows terminal的oh-my-posh主题示例

基于di4am0nd主题改进

{
    "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
    "blocks": [
      {
        "alignment": "left",
        "segments": [
          {
            "foreground": "#FFBD00",
            "style": "plain",
            "template": "{{ .UserName }}'s ",
            "type": "session"
          },
          {
            "foreground": "#00C6F7",
            "properties": {
              "style": "folder"
            },
            "style": "plain",
            "template": "{{ .Path }}/ ",
            "type": "path"
          },
          {
            "foreground": "#F62F2E",
            "properties": {
              "fetch_status": true
            },
            "style": "plain",
            "template": "<#ffffff>on {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} ",
            "type": "git"
          },
          {
            "foreground": "#98C379",
            "properties": {
              "fetch_version": true
            },
            "style": "plain",
            "template": " \ue781 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ",
            "type": "node"
          },
          {
            "foreground": "#FFDE57",
            "properties": {
              "fetch_version": true
            },
            "style": "powerline",
            "template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ .Venv }} {{ .Full }}{{ end }} ",
            "type": "python"
          },
          {
            "foreground": "#00acd7",
            "properties": {
              "fetch_version": true
            },
            "style": "powerline",
            "template": " \ue627 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
            "type": "go"
          }
        ],
        "type": "prompt"
      },
      {
        "alignment": "right",
        "segments": [
          {
            "foreground": "#85C980",
            "style": "diamond",
            "template": "RAM:{{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB ",
            "trailing_diamond": " ",
            "type": "sysinfo"
          },
          {
            "foreground": "#ffffff",
            "leading_diamond": "\u250b",
            "properties": {
              "style": "galvestonms",
              "threshold": 0
            },
            "style": "diamond",
            "template": " {{ .FormattedMs }} ",
            "type": "executiontime"
          }
        ],
        "type": "prompt"
      },
      {
        "alignment": "left",
        "newline": true,
        "segments": [
          {
            "foreground": "#FFBD00",
            "style": "plain",
            "template": "\u2b9e ",
            "type": "text"
          }
        ],
        "type": "prompt"
      }
    ],
    "final_space": true,
    "version": 2
  }
  

你可能感兴趣的:(windows)