Skip to content

Instantly share code, notes, and snippets.

@phuonghuynh
Created November 6, 2025 05:48
Show Gist options
  • Select an option

  • Save phuonghuynh/3de92b008af05e285106e09ae98eae7c to your computer and use it in GitHub Desktop.

Select an option

Save phuonghuynh/3de92b008af05e285106e09ae98eae7c to your computer and use it in GitHub Desktop.
{user}\AppData\Local\Programs\oh-my-posh\themes
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#616161",
"style": "plain",
"template": "{{ .Path }}",
"type": "path",
"properties": {
"style": "full"
}
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#cd5e42",
"style": "plain",
"template": "\ue3bf ",
"type": "root"
},
{
"foreground": "#326141",
"style": "plain",
"template": "> ",
"type": "text"
}
],
"type": "prompt"
}
],
"version": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment