diff options
| author | venomade <venomade@venomade.com> | 2026-02-16 17:31:16 +0000 |
|---|---|---|
| committer | venomade <venomade@venomade.com> | 2026-02-16 17:31:16 +0000 |
| commit | a568a964fd6a9efba388b2b4919339c0b7dfe51d (patch) | |
| tree | 0c6adbf753de1c0b469e911668a82c6b2002f5f8 /.config/zk/config.toml | |
| parent | 9d2c3f898a97de16b986d4e494f31e6c6f3d176a (diff) | |
Asahi is just not perfectly usable yet. Moved stuff, went nix.
Diffstat (limited to '.config/zk/config.toml')
| -rw-r--r-- | .config/zk/config.toml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/.config/zk/config.toml b/.config/zk/config.toml deleted file mode 100644 index 1e6df92..0000000 --- a/.config/zk/config.toml +++ /dev/null @@ -1,35 +0,0 @@ -[notebook] -dir = "~/Documents/Notes" - -[note] -filename = "{{slug title}}" -template = "note.md" - -[extra] -author = "Venomade" - -[format.markdown] -link-format = "wiki" -hashtags = true -colon-tags = false -multiword-tags = true - -[tool] -editor = "nvim" -shell = "/bin/bash" -fzf-preview = "bat -p --color always {-1}" - -[alias] -todo = "zk edit TODO" - -push = "git fetch && if [ \"$(git rev-parse @)\" = \"$(git rev-parse @{u})\" ]; then git add -A && git commit -m \"Update: $(date '+%Y-%m-%d %H:%M:%S')\" && git push; else echo \"Local branch is not up‑to‑date with the remote; aborting.\"; fi" -pull = "git pull" -history = "git log --pretty=format:\"%s\" | tail -10; echo" - -rm = "rm -i $@.md" - -[lsp] -[lsp.diagnostics] -wiki-title = "hint" -dead-link = "error" -missing-backlink = { level = "warning", position = "bottom" } |
