To install add to .zshrc file
Currently I'm using with zimfw
git clone https://github.com/paridin/dotfiles.git ~/.dotfilesEdit your .zshrc (vim ~/.zshrc) then add at the end the following if condition..
if [[ -s "${HOME}/.dotfiles/init.zsh" ]]; then
source "${HOME}/.dotfiles/init.zsh"
fi