This repository contains specific oh-my-zsh customizations.
-
If you already have oh-my-zsh installed then go ahead and delete it.
rm -rf ~/.oh-my-zsh
-
Clone the oh-my-zsh repository
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
-
Clone the oh-my-zsh-custom repo
git clone https://github.com/eklein/oh-my-zsh-custom.git ~/.oh-my-zsh-custom
-
OPTIONAL Backup your existing ~/.zshrc file
cp ~/.zshrc ~/.zshrc.orig
-
Create a new zsh config by copying the zsh template.
cp ~/.oh-my-zsh-custom/templates/zshrc.zsh-template ~/.zshrc
-
Edit the .zshrc and add the plugins you care about. See the ~/.oh-my-zsh/plugins and ~/.oh-my-zsh-custom/plugins to see what is available.
-
If you are not already using zsh as your shell
chsh -s /bin/zsh
-
Start / restart zsh (open a new terminal is easy enough…)