From 72cfae03533a70925fc73d05fa33beb7e9ca21ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20QUEROL?= <2+kawa@not.obvious> Date: Wed, 3 Jun 2026 15:28:36 +0200 Subject: [PATCH] Upload files to "/" --- config.omp.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 config.omp.json diff --git a/config.omp.json b/config.omp.json new file mode 100644 index 0000000..d53946c --- /dev/null +++ b/config.omp.json @@ -0,0 +1,48 @@ +{ + "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", + "version": 4, + "blocks": [ + { + "alignment": "left", + "segments": [ + { + "foreground": "#45F1C2", + "style": "plain", + "template": "\ueb99 {{ .UserName }}", + "type": "session" + }, + { + "foreground": "#0CA0D8", + "options": { + "folder_separator_icon": "/", + "style": "full" + }, + "style": "plain", + "template": " \uf07b {{ .Path }} ", + "type": "path" + }, + { + "foreground": "#14A5AE", + "powerline_symbol": "\ue0b0", + "options": { + "fetch_upstream_icon": true + }, + "style": "plain", + "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", + "type": "git" + }, + { + "style": "plain", + "template": "\n", + "type": "text" + }, + { + "style": "plain", + "template": "# ", + "type": "text" + } + ], + "type": "prompt" + } + ] +} \ No newline at end of file