Commit graph

268 commits

Author SHA1 Message Date
Viktor Barzin
fde360dbdc Add Claude commands, remote-exec script, and skills
- commands/remote.md for remote execution
- remote-exec.sh script
- skills: claudeception, kubernetes-latest-tag-image-pull, react-hooks-order-early-return
2026-02-03 19:17:05 +00:00
Viktor Barzin
09631b3530 Add Claude Code settings and alias
- Add cc alias for claude --internet
- Add Claude settings.json with plugins and statusline config
- Add custom statusline.sh script with context usage display
2026-02-01 18:32:53 +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
334bd02dca add alias to chezmoi push 2026-01-24 00:31:33 +00:00
Viktor Barzin
986ba5a7dc source cargo env only if exists 2026-01-24 00:26:54 +00:00
Viktor Barzin
93e2d072e0 Enable kubectl oh-my-zsh plugin for proper completions 2026-01-18 16:49:45 +00:00
Viktor Barzin
13748104a8 Fix tmux status bar for cross-platform (macOS + Linux) 2026-01-18 16:30:26 +00:00
Viktor Barzin
54bad19d3e Add encrypted kubeconfig and kubens context 2026-01-18 15:37:09 +00:00
Viktor Barzin
4b6031a484 Cleanup: Remove old duplicate dotfiles (2026-01-18)
REMOVED FILES (can revert to commit 14554cb if needed):
- .bash_aliases (duplicate of dot_bash_aliases)
- .zshrc (duplicate of dot_zshrc)
- .zshenv (duplicate of dot_zshenv)
- .tmux.conf.local (duplicate of dot_tmux.conf.local)
- .vimrc (old format, not chezmoi-managed)
- .virtualenvwrapper.sh (old 41KB script)
- .gitconfig (old format)
- setup.sh (replaced by chezmoi)

KEPT:
- All dot_* files (current configs)
- wombat256mod.vim (vim theme)
- vim-plugins/ (vim plugins)
- fusuma.yml (Linux gestures)
- iterm2.json (macOS iTerm2)
- konsole.profile (KDE terminal)
2026-01-18 15:17:20 +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
Viktor Barzin
d67e39f3f7 source virtualenvwrapper to enable workon commands 2023-05-19 12:17:42 +00:00
Viktor Barzin
0598930d5e when exporting gopath - export $USER instead of hardcoded user 2023-05-10 12:18:57 +00:00
viktorbarzin
409473e6bd add more stuff 2023-05-10 08:20:57 +01:00
viktorbarzin
c877dfe2cf Use <Option><arrow> to jump words 2020-09-04 14:11:21 +01:00
viktorbarzin
5d40b0b013 force resize when containing term resizes 2020-09-04 10:04:10 +01:00
viktorbarzin
b8831c5e17 add svm alias 2020-09-01 09:32:22 +01:00
viktorbarzin
96b33dc9ba add svm alias 2020-09-01 09:26:44 +01:00
viktorbarzin
1580d05aa2 Add mac-y shortcuts 2020-08-23 17:47:33 +01:00
viktorbarzin
8a2e6d0d3f Add konsole and iterm setting description 2020-08-23 16:57:14 +01:00
viktorbarzin
b7172e9d28 Add konsole profile 2020-08-23 16:54:35 +01:00
viktorbarzin
3c66a112d8 Add iTerm2 config 2020-08-23 16:49:30 +01:00
viktorbarzin
7606ddcddf do not need setup-vim anymore 2020-08-23 16:42:44 +01:00
viktorbarzin
2112a50cd1 Move plugin init in .tmux.conf.local instead of .tmux.conf 2020-08-23 16:40:51 +01:00
viktorbarzin
e49e155505 some more cleanup 2020-08-23 16:40:26 +01:00
viktorbarzin
a847b11825 typo 2020-08-23 16:36:07 +01:00
viktorbarzin
28d3854dcf reorder and typos 2020-08-23 16:34:13 +01:00
viktorbarzin
5201eadb2c Update readme 2020-08-23 16:27:53 +01:00
viktorbarzin
3ff85344f7 update some ancient aliases 2020-08-23 16:27:32 +01:00
viktorbarzin
e624e5e964 rename setup script 2020-08-23 15:01:23 +01:00
viktorbarzin
5ac5ad61f6 no need to save vscode settings as this is built-in vscode now 2020-08-23 14:50:18 +01:00
viktorbarzin
2a05b8e7e2 version 1 of setup env script 2020-08-23 14:48:11 +01:00
viktorbarzin
ef54fde4de add some more stuff... 2020-08-23 14:47:45 +01:00
viktorbarzin
aab5cbeb72 add fusuma config 2020-08-23 14:42:46 +01:00
viktorbarzin
f498f0a3a4 check if kubectl exists b4 sourcing 2020-08-22 13:19:11 +01:00
viktorbarzin
839a42cfa3 remove some unused plugins 2020-08-22 13:14:56 +01:00
viktorbarzin
85f9702174 relink .zshrc again. add zsh-z to plugins 2020-08-22 13:14:13 +01:00
viktorbarzin
d2945aad12 Add z jump from zsh plugins 2020-08-22 13:12:09 +01:00
viktorbarzin
61e86f1b1d source virtualenv wrapper only if it exists 2020-08-22 13:09:27 +01:00
viktorbarzin
fafc9da8b5 Update setup-env script 2020-08-22 12:34:33 +01:00
viktorbarzin
a0a06114f7 Remove .tmux.conf as this is static and supported upstream 2020-08-22 12:28:46 +01:00
viktorbarzin
62530b8d44 Delete modified bira theme becuase overwrote PROMPT in zshrc 2020-08-22 12:22:58 +01:00
viktorbarzin
93cf970218 Add .zshenv 2020-08-22 12:21:36 +01:00
viktorbarzin
e42c8099e8 Add fusuma config 2020-03-12 21:01:58 +00:00
viktorbarzin
8aea25c842 Do not autorestore sessions because it's annoying 2020-03-12 14:53:42 +00:00
viktorbarzin
5245b5c573 Set gundo to use python3 2020-03-12 14:53:04 +00:00
viktorbarzin
16e496df5e Update to rawhide and fix broken configs 2020-03-12 14:21:14 +00:00
viktorbarzin
27d62639c4 Add autosave/restore session 2020-03-05 00:17:15 +00:00
viktorbarzin
8499e0934d hard link to my current dotfiles 2020-02-13 19:10:15 +00:00