feat: migrated to chezmoi

This commit is contained in:
2026-07-30 04:25:19 +02:00
parent 340b955bc5
commit 73fe6b87a9
160 changed files with 902 additions and 6470 deletions
+40
View File
@@ -0,0 +1,40 @@
# Bookmarks
[[mgr.prepend_keymap]]
on = [ "b", "g" ]
run = "cd ~/git/"
desc = "GIT"
[[mgr.prepend_keymap]]
on = [ "b", "D" ]
run = "cd ~/Data/"
desc = "DATA"
[[mgr.prepend_keymap]]
on = [ "b", "d" ]
run = "cd ~/.dotfiles/"
desc = "DOTFILES"
[[mgr.prepend_keymap]]
on = [ "o", "n" ]
run = "shell \"nvim\" --block"
desc = "Open NeoVim"
[[mgr.prepend_keymap]]
on = [ "m" ]
run = "plugin bookmarks save"
desc = "Save current position as a bookmark"
[[mgr.prepend_keymap]]
on = [ "'" ]
run = "plugin bookmarks jump"
desc = "Jump to a bookmark"
[[mgr.prepend_keymap]]
on = [ "b", "d" ]
run = "plugin bookmarks delete"
desc = "Delete a bookmark"
[[mgr.prepend_keymap]]
on = [ "b", "D" ]
run = "plugin bookmarks delete_all"
desc = "Delete all bookmarks"