From 007527fb0d571b3cee334d34299668488cc0a927 Mon Sep 17 00:00:00 2001 From: claw0ry Date: Thu, 2 Jan 2025 14:36:49 +0100 Subject: oh-my-posh: remove config --- oh-my-posh/config.yml | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 oh-my-posh/config.yml diff --git a/oh-my-posh/config.yml b/oh-my-posh/config.yml deleted file mode 100644 index 77b0b3c..0000000 --- a/oh-my-posh/config.yml +++ /dev/null @@ -1,49 +0,0 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json -final_space: true -version: 2 -blocks: - - type: prompt - alignment: left - segments: - - type: text - style: plain - foreground: magenta - template: "[{{ .Shell }}]" - - type: python - style: plain - foreground: yellow - template: "[{{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }}{{ end }}{{ end }}]" - - type: path - style: plain - foreground: cyan - properties: - style: letter - - type: git - style: plain - foreground: green - template: "({{ .HEAD }})" - properties: - branch_icon: "" - - type: prompt - alignment: right - segments: - - type: executiontime - style: plain - foreground: 'cyan' - template: "[{{ .FormattedMs }}]" - properties: - style: austin - threshold: 500 - - type: time - style: plain - foreground: yellow - - type: prompt - alignment: left - newline: true - segments: - - type: text - style: plain - template: "$" - foreground: green - foreground_templates: - - '{{ if gt .Code 0 }}red{{ end }}' -- cgit v1.2.3