Viktor Barzin
8db9aa926d
Speed up shell startup: remove duplicate compinit, lazy-load pyenv/nvm
...
- Remove manual compinit in .zshrc (oh-my-zsh already handles it),
eliminating a redundant ~350ms call
- Lazy-load pyenv init (~710ms) until first use, matching the existing
kubectl lazy-load pattern
- Lazy-load nvm init for when it gets installed in the future
2026-02-15 18:31:04 +00:00
Viktor Barzin
e284e4623b
Add --ignore-errors and --prefix to kbf alias
...
Allows tailing logs from all pods even when some are not in Running
state (e.g., Pending, CrashLoopBackOff).
2026-02-15 18:18:51 +00:00
Viktor Barzin
dc73ebb535
Add work-specific aliases and functions
2026-02-13 16:30:10 +00:00
Viktor Barzin
381350f543
Sync encrypted dotfiles: kube config, kubens, secrets.zsh
2026-02-08 17:18:13 +00:00
Viktor Barzin
f737ba94ca
add ha-london token to secrets
2026-02-07 22:33:37 +00:00
Viktor Barzin
b6871eaace
add ha-sofia token to secrets
2026-02-07 21:31:04 +00:00
Viktor Barzin
e68e3a436a
Add chezmoi aliases and update Claude memory
...
- Add chezmoi section to aliases.zsh with cmu, cma, cms, cmd, cme
- Update CLAUDE.md to always sync and commit dotfile changes
2026-02-03 19:56:38 +00:00
Viktor Barzin
b2b7c7db45
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
93e2d072e0
Enable kubectl oh-my-zsh plugin for proper completions
2026-01-18 16:49:45 +00:00
Viktor Barzin
14554cba1c
Add GPG-encrypted secrets.zsh
...
- Encrypted with GPG key me@viktorbarzin.me
- Added chezmoi.toml config for GPG encryption
2026-01-18 14:28:56 +00:00
Viktor Barzin
47120112ad
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
58ef6d327f
initial
2025-11-22 22:51:27 +00:00