From 610e2229aa529ebc6a725901b3fc43e7e8501f74 Mon Sep 17 00:00:00 2001 From: pauljako <126326487+pauljako@users.noreply.github.com> Date: Fri, 23 Aug 2024 22:31:02 +0200 Subject: [PATCH] Added basic theme --- .config/oh-my-posh/basic.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .config/oh-my-posh/basic.toml diff --git a/.config/oh-my-posh/basic.toml b/.config/oh-my-posh/basic.toml new file mode 100644 index 0000000..8efd37b --- /dev/null +++ b/.config/oh-my-posh/basic.toml @@ -0,0 +1,21 @@ +"$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" +final_space = true +version = 2 + +[[blocks]] +type = "prompt" +alignment = "left" + + [[blocks.segments]] + type = "path" + style = "plain" + foreground = "white" + + [blocks.segments.properties] + style = "powerlevel" + + [[blocks.segments]] + type = "text" + foreground = "white" + style = "plain" + template = ">"