Inspired by purity theme
git clone https://github.com/rafaelmoraes/simpler-zsh-theme
mkdir -p $HOME/.oh-my-zsh/custom/themes
cp ./simpler-zsh-theme/simpler.zsh-theme $HOME/.oh-my-zsh/custom/themes
sed -i 's/ZSH_THEME=".*"/ZSH_THEME="simpler"/' $HOME/.zshrc
rm -rf ./simpler-zsh-theme