Skip to content

Instantly share code, notes, and snippets.

@f-lawe
Last active March 5, 2026 14:57
Show Gist options
  • Select an option

  • Save f-lawe/004c3cb87abe1d0398270e59ff2283f8 to your computer and use it in GitHub Desktop.

Select an option

Save f-lawe/004c3cb87abe1d0398270e59ff2283f8 to your computer and use it in GitHub Desktop.
Posh theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"segments": [
{
"type": "node",
"foreground": "green",
"style": "plain",
"template": " \ued0d {{ .Full }}"
},
{
"type": "php",
"foreground": "magenta",
"style": "plain",
"template": " \ue73d {{ .Full }}"
},
{
"type": "python",
"foreground": "cyan",
"style": "plain",
"template": " \ue235 {{ .Full }}{{ if .Venv }} [{{ .Venv }}]{{ end }}"
},
{
"type": "git",
"foreground": "red",
"style": "plain",
"template": " {{ .UpstreamIcon }} {{ .HEAD }}",
"properties": {
"branch_icon": "",
"fetch_upstream_icon": true
}
}
],
"type": "rprompt"
},
{
"alignment": "left",
"segments": [
{
"type": "os",
"foreground": "white",
"style": "plain",
"template": "{{ .Icon }}"
},
{
"type": "session",
"foreground": "lightGreen",
"style": "plain",
"template": " {{ .UserName }}@{{ .HostName }}"
},
{
"type": "text",
"foreground": "white",
"style": "plain",
"template": ":"
},
{
"type": "path",
"foreground": "lightBlue",
"style": "plain",
"template": "{{ .Path }}",
"properties": {
"folder_separator_icon": "\\",
"style": "full"
}
},
{
"type": "text",
"foreground": "white",
"style": "plain",
"template": "$ "
}
],
"type": "prompt"
}
],
"version": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment