commit 72cfae03533a70925fc73d05fa33beb7e9ca21ba Author: Sébastien QUEROL <2+kawa@not.obvious> Date: Wed Jun 3 15:28:36 2026 +0200 Upload files to "/" 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