update zed + ohmyposh configs
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
"time_format": "15:04"
|
"time_format": "15:04"
|
||||||
},
|
},
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
"template": "[{{ .CurrentDate | date .Format }}]",
|
"template": "\uf017 {{ .CurrentDate | date .Format }}",
|
||||||
"type": "time"
|
"type": "time"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -56,16 +56,12 @@
|
|||||||
"type": "status",
|
"type": "status",
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
"foreground": "#b8ff75",
|
"foreground": "#b8ff75",
|
||||||
"foreground_templates": [
|
"foreground_templates": ["{{ if gt .Code 0 }}#E06C75{{ end }}"],
|
||||||
"{{ if gt .Code 0 }}#E06C75{{ end }}"
|
|
||||||
],
|
|
||||||
"template": " x{{ reason .Code }}"
|
"template": " x{{ reason .Code }}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"foreground": "#b8ff75",
|
"foreground": "#E5C07B",
|
||||||
"foreground_templates": [
|
"foreground_templates": ["{{ if gt .Code 0 }}#E06C75{{ end }}"],
|
||||||
"{{ if gt .Code 0 }}#E06C75{{ end }}"
|
|
||||||
],
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"style": "roundrock",
|
"style": "roundrock",
|
||||||
"always_enabled": true
|
"always_enabled": true
|
||||||
@@ -120,4 +116,4 @@
|
|||||||
},
|
},
|
||||||
"final_space": true,
|
"final_space": true,
|
||||||
"version": 2
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,7 +35,8 @@
|
|||||||
"cmd-h": "zed::Hide",
|
"cmd-h": "zed::Hide",
|
||||||
"alt-cmd-h": "zed::HideOthers",
|
"alt-cmd-h": "zed::HideOthers",
|
||||||
"cmd-m": "zed::Minimize",
|
"cmd-m": "zed::Minimize",
|
||||||
"ctrl-cmd-f": "zed::ToggleFullScreen"
|
"ctrl-cmd-f": "zed::ToggleFullScreen",
|
||||||
|
"ctrl-r": "projects::OpenRecent"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "Ayu Light",
|
"light": "One Light",
|
||||||
"dark": "Catppuccin Mocha"
|
"dark": "Catppuccin Mocha"
|
||||||
},
|
},
|
||||||
"scrollbar": {
|
"scrollbar": {
|
||||||
@@ -31,10 +31,10 @@
|
|||||||
},
|
},
|
||||||
"scroll_beyond_last_line": "vertical_scroll_margin",
|
"scroll_beyond_last_line": "vertical_scroll_margin",
|
||||||
"vertical_scroll_margin": 20,
|
"vertical_scroll_margin": 20,
|
||||||
"ui_font_family": "SF Mono",
|
// "ui_font_family": ".SystemUIFont",
|
||||||
"ui_font_features": {},
|
"ui_font_features": {},
|
||||||
"ui_font_size": 17,
|
"ui_font_size": 17,
|
||||||
"buffer_font_family": "SF Mono",
|
"buffer_font_family": "Rec Mono Linear",
|
||||||
"buffer_font_size": 15,
|
"buffer_font_size": 15,
|
||||||
"terminal": {
|
"terminal": {
|
||||||
"font_family": "FiraCode Nerd Font Mono"
|
"font_family": "FiraCode Nerd Font Mono"
|
||||||
@@ -43,7 +43,8 @@
|
|||||||
"soft_wrap": "editor_width",
|
"soft_wrap": "editor_width",
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"close_position": "left",
|
"close_position": "left",
|
||||||
"git_status": true
|
"git_status": true,
|
||||||
|
"file_icons": true
|
||||||
},
|
},
|
||||||
"notification_panel": {
|
"notification_panel": {
|
||||||
"button": false
|
"button": false
|
||||||
|
|||||||
Reference in New Issue
Block a user