Last active
May 19, 2022 00:07
-
-
Save dylanyoung-dev/87b8c099fb5d876bd679fb038994a381 to your computer and use it in GitHub Desktop.
Dylan Oh My Posh Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"background": "#ffe9aa", | |
"foreground": "#100e23", | |
"powerline_symbol": "\ue0b0", | |
"properties": { | |
"template": " \uf0e7 " | |
}, | |
"style": "powerline", | |
"type": "root" | |
}, | |
{ | |
"background": "#ffffff", | |
"foreground": "#100e23", | |
"powerline_symbol": "\ue0b0", | |
"properties": { | |
"template": " {{ .UserName }} " | |
}, | |
"style": "powerline", | |
"type": "session" | |
}, | |
{ | |
"background": "#91ddff", | |
"foreground": "#100e23", | |
"powerline_symbol": "\ue0b0", | |
"properties": { | |
"folder_icon": "\uf115", | |
"folder_separator_icon": " \ue0b1 ", | |
"home_icon": "\uf7db", | |
"style": "agnoster", | |
"template": " {{ .Path }} " | |
}, | |
"style": "powerline", | |
"type": "path" | |
}, | |
{ | |
"background": "#95ffa4", | |
"foreground": "#193549", | |
"powerline_symbol": "\ue0b0", | |
"properties": { | |
"template": " {{ .HEAD }} " | |
}, | |
"style": "powerline", | |
"type": "git" | |
}, | |
{ | |
"background": "#906cff", | |
"foreground": "#100e23", | |
"powerline_symbol": "\ue0b0", | |
"properties": { | |
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} " | |
}, | |
"style": "powerline", | |
"type": "python" | |
}, | |
{ | |
"background": "#ff8080", | |
"foreground": "#ffffff", | |
"powerline_symbol": "\ue0b0", | |
"properties": { | |
"template": " {{ .Meaning }} " | |
}, | |
"style": "powerline", | |
"type": "exit" | |
} | |
], | |
"type": "prompt" | |
} | |
], | |
"final_space": true, | |
"version": 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment