Skip to content

svetha-cvl/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Run install.sh and get going.

Prerequisites

  • ZSH
  • vundle plugin manager for Vim. (Reference)
  • oh-my-zsh for managing ZSH. (Reference)
  • powerlevel10k theme for ZSH (Reference)
  • fzf for fuzzy file search (Reference). Install fzf by running /usr/local/opt/fzf/install to generate bash completion scripts.
  • hstr for better command history search (Reference)
    • hstr --show-configuration >> ~/.zshrc
  • kubectl for kubectl autocompletion.
  • timewarrior (Reference)

References

Hugely inspired by Zach Holman's dotfiles