Instead of keeping an entire fork of oh-my-zsh
just for some personal configuration, I moved everything here.
To install, make sure you install oh-my-zsh
:
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
And then install this and other custom plugins
cd ~/.oh-my-zsh
rm -rf custom
git clone https://github.com/vadali/zsh-custom.git custom
cd custom/plugins
git clone https://github.com/psprint/zsh-select.git
git clone https://github.com/psprint/zconvey.git
git clone https://github.com/zsh-users/zsh-autosuggestions.git
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
ln -sf ~/.oh-my-zsh/custom/.zshrc ~/.zshrc