/.dotfiles

configuration for ubuntu setup

Primary LanguageShell

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