added some stuff i need

This commit is contained in:
2026-02-27 10:41:45 -05:00
parent 19a8b335d9
commit 3e07d1558c
8 changed files with 621 additions and 0 deletions

View File

@@ -0,0 +1,112 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#b99468",
"leading_diamond": "<#fcaa05> \ue200 </>",
"style": "diamond",
"template": "{{ .UserName }} <#b99468>on</>",
"type": "session"
},
{
"foreground": "#edb211",
"options": {
"time_format": "Monday <#b99468>at</> 3:04 PM"
},
"style": "diamond",
"template": " {{ .CurrentDate | date .Format }} ",
"type": "time"
},
{
"foreground": "#8ffff2",
"options": {
"branch_icon": "\ue725 ",
"fetch_status": true,
"fetch_upstream_icon": true
},
"style": "diamond",
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ",
"type": "git"
}
],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"foreground": "#66bc11",
"style": "plain",
"type": "text"
},
{
"foreground": "#66bc11",
"options": {
"style": "dallas",
"threshold": 0
},
"style": "diamond",
"template": " {{ .FormattedMs }}s <#b99468>\ue601</>",
"type": "executiontime"
},
{
"options": {
"root_icon": "\uf292 "
},
"style": "diamond",
"template": " \uf0e7 ",
"type": "root"
},
{
"foreground": "#fcaa05",
"style": "diamond",
"template": " <#b99468>MEM:</> {{ round .PhysicalPercentUsed .Precision }}% ({{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB)",
"type": "sysinfo"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#b99468",
"leading_diamond": "<#2895c7> \ue285 </><#fcaa05>{</>",
"options": {
"folder_icon": "\uf07b",
"folder_separator_icon": " \uebcb ",
"home_icon": "home",
"style": "agnoster_full"
},
"style": "diamond",
"template": " \ue5ff {{ .Path }} ",
"trailing_diamond": "<#fcaa05>}</>",
"type": "path"
},
{
"foreground": "#66bc11",
"foreground_templates": ["{{ if gt .Code 0 }}#dc7575{{ end }}"],
"options": {
"always_enabled": true
},
"style": "plain",
"template": " \ue286 ",
"type": "status"
}
],
"type": "prompt"
}
],
"console_title_template": "{{ .Folder }}",
"transient_prompt": {
"background": "transparent",
"foreground": "#b99468",
"template": "\ue285 "
},
"version": 4
}