mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 15:46:54 -04:00
feat: update oh-my-posh config
Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com>
This commit is contained in:
@@ -12,12 +12,12 @@ final_space = true
|
|||||||
yellow = '#fabd2f'
|
yellow = '#fabd2f'
|
||||||
|
|
||||||
[secondary_prompt]
|
[secondary_prompt]
|
||||||
template = '<p:yellow,transparent></><,p:yellow> > </><p:yellow,transparent></> '
|
template = '<p:blue,transparent></><,p:blue> > </><p:blue,transparent></> '
|
||||||
foreground = 'p:black'
|
foreground = 'p:black'
|
||||||
background = 'transparent'
|
background = 'transparent'
|
||||||
|
|
||||||
[transient_prompt]
|
[transient_prompt]
|
||||||
template = '<p:yellow,transparent></><,p:yellow> {{ .Folder }} </><p:yellow,transparent></> '
|
template = '<p:blue,transparent></><,p:blue> {{ .Folder }} </><p:blue,transparent></> '
|
||||||
foreground = 'p:black'
|
foreground = 'p:black'
|
||||||
background = 'transparent'
|
background = 'transparent'
|
||||||
|
|
||||||
@@ -37,13 +37,13 @@ final_space = true
|
|||||||
trailing_diamond = ''
|
trailing_diamond = ''
|
||||||
template = ' {{ if .SSHSession }} {{ end }}{{ .UserName }} '
|
template = ' {{ if .SSHSession }} {{ end }}{{ .UserName }} '
|
||||||
foreground = 'p:black'
|
foreground = 'p:black'
|
||||||
background = 'p:yellow'
|
background = 'p:blue'
|
||||||
type = 'session'
|
type = 'session'
|
||||||
style = 'diamond'
|
style = 'diamond'
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
template = ' <b>{{ path .Path .Location }}</b> '
|
template = ' <b>{{ path .Path .Location }}</b> '
|
||||||
foreground = 'p:orange'
|
foreground = 'p:blue'
|
||||||
powerline_symbol = ''
|
powerline_symbol = ''
|
||||||
background = 'p:black'
|
background = 'p:black'
|
||||||
type = 'path'
|
type = 'path'
|
||||||
@@ -56,12 +56,12 @@ final_space = true
|
|||||||
background = 'p:black'
|
background = 'p:black'
|
||||||
type = 'git'
|
type = 'git'
|
||||||
style = 'powerline'
|
style = 'powerline'
|
||||||
foreground_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:green{{ end }}', '{{ if eq .Background "p:yellow" }}p:black{{ end }}']
|
foreground_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:green{{ end }}', '{{ if eq .Background "p:blue" }}p:black{{ end }}']
|
||||||
background_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:yellow{{ end }}']
|
background_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:blue{{ end }}']
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
template = ' '
|
template = ' '
|
||||||
foreground = 'p:yellow'
|
foreground = 'p:blue'
|
||||||
powerline_symbol = ''
|
powerline_symbol = ''
|
||||||
background = 'p:black'
|
background = 'p:black'
|
||||||
type = 'root'
|
type = 'root'
|
||||||
@@ -89,7 +89,7 @@ final_space = true
|
|||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
template = ' <b>{{ .Version }}</b>'
|
template = ' <b>{{ .Version }}</b>'
|
||||||
foreground = 'p:yellow'
|
foreground = 'p:blue'
|
||||||
background = 'transparent'
|
background = 'transparent'
|
||||||
type = 'python'
|
type = 'python'
|
||||||
style = 'plain'
|
style = 'plain'
|
||||||
@@ -113,7 +113,7 @@ final_space = true
|
|||||||
trailing_diamond = ''
|
trailing_diamond = ''
|
||||||
template = ' {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }} '
|
template = ' {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }} '
|
||||||
foreground = 'p:white'
|
foreground = 'p:white'
|
||||||
background = 'p:orange'
|
background = 'p:blue'
|
||||||
type = 'aws'
|
type = 'aws'
|
||||||
style = 'diamond'
|
style = 'diamond'
|
||||||
tips = ['aws']
|
tips = ['aws']
|
||||||
|
|||||||
Reference in New Issue
Block a user