My Vim & Zsh Configurations
-
Clone this repository
-
Follow these:
cd dotfiles vi install.sh # Keep only what you need to symlink in DOTS variable ./install.sh
-
My zsh theme is
clean-minimal
which is a mod. of clean.zsh-theme acc to my needs i.e to keep it simple & minimal.mkdir $ZSH_CUSTOM/themes # if folder not already there cp clean-minimal.zsh-theme $ZSH_CUSTOM/themes ZSH_THEME="robbyrussell" # in .zshrc