feat: split zshrc, add mouse scrolling to vim/delta

This commit is contained in:
2026-02-12 18:35:07 +00:00
parent 27a8152c25
commit 6cb7226273
6 changed files with 536 additions and 515 deletions

View File

@@ -59,6 +59,7 @@ typeset -a MISE_APPS=(
"fzf@latest"
"zoxide@latest"
"ripgrep@latest"
"delta@latest"
)
if [[ "$DOTS_ENV" != "codespaces" ]]; then
@@ -101,4 +102,5 @@ fi
fzf --version
zoxide --version
rg --version | head -1
delta --version | head -1
log_pass "mise tools installed"