Custom theme and PROMPT |
---|
Performance |
---|
Oh my zsh optimized for speed and low input lag. Use as a bare repo and split up into multiple files for easy management.
Uses zsh-defer for faster startup time, custom kubectl prompt using kubesess for context/lookup.
git clone --bare https://github.com/Ramilito/.dotfiles.git $HOME/.dotfiles
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
config checkout
- zsh-defer:
git clone https://github.com/romkatv/zsh-defer.git ~/zsh-defer
- oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"