chore: clean up dotfiles and add gitignore whitelist

Switch to whitelist-based .gitignore to only track essential configs:
nvim, yazi, kitty, zsh, ideavim, karabiner, tmux, scripts, starship.
Remove history, compiled files, and plugin dirs from tracking.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Naderer
2026-03-11 12:57:14 +01:00
parent 61b1e3d2a9
commit d8a20d620a
32 changed files with 1471 additions and 2868 deletions

View File

@@ -104,7 +104,7 @@ return {
end,
},
{
"fmuaddel/blink-copilot",
"giuxtaposition/blink-cmp-copilot",
dependencies = { "zbirenbaum/copilot.lua" },
},
},
@@ -126,7 +126,7 @@ return {
},
copilot = {
name = "copilot",
module = "blink-copilot",
module = "blink-cmp-copilot",
score_offset = 50,
async = true,
},