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>
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>
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>
`td` is a Python CLI for tracking time on markdown todos identified
by ^tid block-refs, writing to a CSV at $TD_LOG (default ./time.csv).
Shell wrappers tstart/tstop/treport in .bashrc wrap it.
setup_env.sh gains deploy_bin() which symlinks every file in
dotfiles/bin/ into ~/.local/bin/, mirroring how deploy_configs
handles dotfiles.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Use modern signed-by method for PostgreSQL GPG keys
- Auto-detect latest Python 3 version from deadsnakes PPA
- Add command tracing (set -x) to show all commands as they run
- Display sudo commands upfront before execution
- Add user confirmation prompts (y/N) before installation
- Improve error handling with set -euo pipefail
- Add proper cleanup and verification steps
- Use pipx for VisiData installation
- Better output formatting with clear section headers
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Added documentation for xmspa function, MSC/MSW environment variables, bashrc_local_example template, and various missing aliases (git, todo, journal shortcuts).
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>