Commit graph

5 commits

Author SHA1 Message Date
Viktor Barzin
cfd4357880 Optimize zsh startup time (~10x faster)
- Add compinit caching (regenerate daily instead of every shell)
- Set skip_global_compinit to avoid double initialization
- Remove kubectl from oh-my-zsh plugins
- Add lazy-loading for kubectl completions
- Add common kubectl aliases (k, kgp, kgs, kgn, etc.)

Startup time: 1.55s → 0.15s
2026-01-25 11:21:40 +00:00
Viktor Barzin
add7e7c756 add alias to chezmoi push 2026-01-24 00:31:33 +00:00
Viktor Barzin
893d5e96cf Enable kubectl oh-my-zsh plugin for proper completions 2026-01-18 16:49:45 +00:00
Viktor Barzin
55b0d31604 Refactor dotfiles - 2026-01-18
Changes:
- Refactored .zshrc into modular oh-my-zsh/custom/ files
- Created aliases.zsh, functions.zsh, path.zsh, keybindings.zsh
- Added bira-time.zsh-theme (bira with timestamp)
- Added tools/*.zsh for pyenv, nvm, kubectl
- Updated .tmux.conf.local with cross-platform support
- Updated gpakosz/.tmux framework
- Cleaned up .zshenv
2026-01-18 14:23:48 +00:00
Viktor Barzin
a33f99e765
initial 2025-11-22 22:51:27 +00:00