cleaning up some unused configs

This commit is contained in:
Matthew Ryan Dillon 2025-12-15 08:05:35 -05:00
parent b4b73164df
commit 72074809f3
3 changed files with 0 additions and 67 deletions

View file

@ -1,31 +0,0 @@
{
"agent": {
"default_profile": "write",
"always_allow_tool_actions": true,
"default_model": {
{{- if eq .hosttype "work" }}
"provider": "copilot_chat",
{{- else }}
"provider": "zed.dev",
{{- end }}
"model": "claude-sonnet-4"
}
},
"ui_font_size": 15,
"ui_font_family": "Iosevka Term",
"buffer_font_family": "Iosevka Term",
"buffer_font_size": 15,
"helix_mode": true,
"features": {
{{- if eq .hosttype "work" }}
"edit_prediction_provider": "copilot"
{{- else }}
"edit_prediction_provider": "zed"
{{- end }}
},
"theme": {
"mode": "dark",
"light": "One Light",
"dark": "Catppuccin Mocha"
}
}

View file

@ -1,29 +0,0 @@
[notebook]
dir = "~/notebook"
[note]
language = "en"
default-title = "untitled"
filename = "{{format-date now '%Y-%m-%d'}}-{{slug title}}"
extension = "md"
template = "default.md"
id-charset = "alphanum"
id-length = 4
id-case = "lower"
[lsp]
[lsp.diagnostics]
wiki-title = "hint"
dead-link = "error"
[alias]
save = 'jj diff -r @ --summary | grep -q . && jj commit -m "$(date +"%Y-%m-%dT%H:%M:%S%z")" && jj tug || true'
sync = 'zk save && jj git fetch && jj git push'
log = 'jj log -r ".."'
diff = 'jj diff'
status = "zk diff -s"
[tool]
editor = "hx"
fzf-preview = "bat -p --color always {-1}"

View file

@ -1,7 +0,0 @@
---
created: {{ format-date now "%Y-%m-%dT%H:%M" }}
---
# {{ title }}
{{ content }}