Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1004 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 1004 Bytes

Dotfiles

Showcase

Custom theme and PROMPT
prompt
Performance
perf

What

Oh my zsh optimized for speed and low input lag. Use as a bare repo and split up into multiple files for easy management.

How

Uses zsh-defer for faster startup time, custom kubectl prompt using kubesess for context/lookup.

Installation

Use as a bare repo

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

Dependencies

  • 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)"