mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 15:46:54 -04:00
deps: update oh-my-posh
Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
console_title_template = '{{ .Shell }} in {{ .Folder }}'
|
console_title_template = '{{ .Shell }} in {{ .Folder }}'
|
||||||
version = 3
|
version = 4
|
||||||
final_space = true
|
final_space = true
|
||||||
|
|
||||||
[palette]
|
[palette]
|
||||||
@@ -49,9 +49,6 @@ final_space = true
|
|||||||
type = 'path'
|
type = 'path'
|
||||||
style = 'powerline'
|
style = 'powerline'
|
||||||
|
|
||||||
[blocks.segments.properties]
|
|
||||||
style = 'folder'
|
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
template = ' <b>{{ .HEAD }}</b>{{ if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }} '
|
template = ' <b>{{ .HEAD }}</b>{{ if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }} '
|
||||||
foreground = 'p:green'
|
foreground = 'p:green'
|
||||||
@@ -62,11 +59,6 @@ final_space = true
|
|||||||
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:yellow" }}p:black{{ end }}']
|
||||||
background_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:yellow{{ end }}']
|
background_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}p:yellow{{ end }}']
|
||||||
|
|
||||||
[blocks.segments.properties]
|
|
||||||
branch_template = '{{ trunc 25 .Branch }}'
|
|
||||||
fetch_status = true
|
|
||||||
fetch_upstream_icon = false
|
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
template = ' '
|
template = ' '
|
||||||
foreground = 'p:yellow'
|
foreground = 'p:yellow'
|
||||||
@@ -85,9 +77,6 @@ final_space = true
|
|||||||
style = 'diamond'
|
style = 'diamond'
|
||||||
background_templates = ['{{ if gt .Code 0 }}p:red{{ end }}']
|
background_templates = ['{{ if gt .Code 0 }}p:red{{ end }}']
|
||||||
|
|
||||||
[blocks.segments.properties]
|
|
||||||
always_enabled = true
|
|
||||||
|
|
||||||
[[blocks]]
|
[[blocks]]
|
||||||
type = 'rprompt'
|
type = 'rprompt'
|
||||||
|
|
||||||
@@ -98,12 +87,6 @@ final_space = true
|
|||||||
type = 'node'
|
type = 'node'
|
||||||
style = 'plain'
|
style = 'plain'
|
||||||
|
|
||||||
[blocks.segments.properties]
|
|
||||||
display_mode = 'files'
|
|
||||||
fetch_package_manager = false
|
|
||||||
home_enabled = false
|
|
||||||
fetch_version = true
|
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
template = ' <b>{{ .Version }}</b>'
|
template = ' <b>{{ .Version }}</b>'
|
||||||
foreground = 'p:yellow'
|
foreground = 'p:yellow'
|
||||||
@@ -111,11 +94,6 @@ final_space = true
|
|||||||
type = 'python'
|
type = 'python'
|
||||||
style = 'plain'
|
style = 'plain'
|
||||||
|
|
||||||
[blocks.segments.properties]
|
|
||||||
display_mode = 'files'
|
|
||||||
fetch_version = true
|
|
||||||
fetch_virtual_env = true
|
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
template = ' <b>{{ .Version }}</b>'
|
template = ' <b>{{ .Version }}</b>'
|
||||||
foreground = 'p:blue'
|
foreground = 'p:blue'
|
||||||
@@ -123,9 +101,6 @@ final_space = true
|
|||||||
type = 'rust'
|
type = 'rust'
|
||||||
style = 'plain'
|
style = 'plain'
|
||||||
|
|
||||||
[blocks.segments.properties]
|
|
||||||
fetch_version = true
|
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
template = 'at <p:blue><b>{{ .CurrentDate | date "15:04:05" }}</b></>'
|
template = 'at <p:blue><b>{{ .CurrentDate | date "15:04:05" }}</b></>'
|
||||||
foreground = 'p:white'
|
foreground = 'p:white'
|
||||||
@@ -143,9 +118,6 @@ final_space = true
|
|||||||
style = 'diamond'
|
style = 'diamond'
|
||||||
tips = ['aws']
|
tips = ['aws']
|
||||||
|
|
||||||
[tooltips.properties]
|
|
||||||
display_default = true
|
|
||||||
|
|
||||||
[[tooltips]]
|
[[tooltips]]
|
||||||
leading_diamond = ''
|
leading_diamond = ''
|
||||||
trailing_diamond = ''
|
trailing_diamond = ''
|
||||||
@@ -155,6 +127,3 @@ final_space = true
|
|||||||
type = 'az'
|
type = 'az'
|
||||||
style = 'diamond'
|
style = 'diamond'
|
||||||
tips = ['az']
|
tips = ['az']
|
||||||
|
|
||||||
[tooltips.properties]
|
|
||||||
display_default = true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user