Commit Graph

6 Commits

Author SHA1 Message Date
8432a87a1e Merge branch 'master' of gitea.hptrow.me:pt/setup_env 2026-05-11 10:06:12 -04:00
2b2b2f18b3 fix nvim ownership: remove mappings.lua from setup_env, clarify architecture in CLAUDE.md
mappings.lua belongs in the nvchad repo — putting it in dotfiles/nvim/ conflicts
with the nvchad git-tracked copy on every sync. Feature modules (rename_term,
telescope_tasks) stay in setup_env as intended. Also removes the misplaced
symlink block in install_nvchad.sh that ran before backup/clone.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 10:04:50 -04:00
1e4fa75dc7 add telescope_tasks, nvim lua modules, and doc updates
- add telescope_tasks.lua: vault-wide task pickers (<leader>tl / <leader>tL)
- track mappings.lua and rename_term.lua in dotfiles
- update CLAUDE.md: add vault definition, telescope_tasks entry, nvim lua file list
- fix tdo/tdop aliases and ga/gx aliases in .bashrc
- install_nvchad.sh: symlink personal nvim modules after clone

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 09:36:25 -04:00
b860767f03 fix aerial sql crash; add treesitter query override mechanism 2026-05-10 22:47:22 -04:00
2f695def41 Add aerial.nvim for document outline
Add aerial.nvim plugin spec with Telescope picker (<leader>O) and
side panel toggle (<leader>o). Extend deploy_nvim in _lib.sh to also
symlink dotfiles/nvim/plugins/ into ~/.config/nvim/lua/plugins/.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 21:35:23 -04:00
fcf1132a61 add td week subcommand, nvim centralization, and README
td week parses git log for task create/complete events and joins with
time.csv for weekly "what got done" reports. Nvim integration moved into
dotfiles/nvim/ (symlinked in by new deploy_nvim step) so all three td
surfaces live under dotfiles. README covers the deploy pattern and td.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-24 17:25:06 -04:00