Commit Graph

10 Commits

Author SHA1 Message Date
d5bc117023 call install_neovim.sh from main before nvchad 2026-05-10 03:06:48 -04:00
6e85423bdf call install_nvchad.sh from main to keep nvim config in sync 2026-05-10 03:01:47 -04:00
8076392a97 skip apt if packages installed, skip symlinks if already correct 2026-05-10 02:59:46 -04:00
3cb52999e7 self-update: pull remote and re-exec if script changed before deploying 2026-05-10 02:56:18 -04:00
399d71808a bootstrap .bashrc_local and .bashrc_paths from example if missing 2026-05-10 02:42:35 -04:00
d964af18cb migrate existing .bashrc_local and .bashrc_paths into repo on setup 2026-05-10 02:17:55 -04:00
9da62c0908 add .bashrc_paths for machine-specific PATH and tool inits 2026-05-10 02:12:15 -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
f71458a34f add td time-tracking script and deploy_bin installer
`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>
2026-04-20 21:01:35 -04:00
e1056d8d54 initial 2024-10-29 20:11:58 -04:00