fix: Removing npmrc (just not used), updating zshrc to remove

zsh-syntax-highlighting references and disabling keychain for now,
adding a TODO to the deploy script for wezterm local config
This commit is contained in:
2026-03-31 12:05:34 -05:00
parent 3ea9943040
commit 095cacf392
3 changed files with 11 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ declare -A configs=(
["nvim/snippets"]="$HOME/.config/nvim/"
["tmux.conf"]="$HOME/.tmux.conf"
["wezterm.lua"]="$HOME/.config/wezterm/wezterm.lua"
# ["wezterm.local_linux.lua"]="$HOME/.config/wezterm/local.lua"
# ["wezterm.local_linux.lua"]="$HOME/.config/wezterm/local.lua" # TODO: switch contents to elsewhere, be aware of OS, or refactor elsewise
["npmrc"]="$HOME/.npmrc"
)