-
ZSH Shell
If your theme is default - robbyrussell:
git clone https://github.com/btd1337/iguanidae-zsh-theme
cd iguanidae-zsh-theme
chmod +x install.sh
./install.sh If you are using a custom oh-my-zsh theme:
git clone https://github.com/btd1337/iguanidae-zsh-theme
cd https://github.com/btd1337/iguanidae-zsh-theme
mv iguanidae.zsh-theme ~/.oh-my-zsh/custom/themes
nano ~/.zshrcSearch for ZSH_THEME="any_theme" and replace string any_theme to iguanidae then save the file and reopen your Terminal.
sed -i 's/ZSH_THEME="iguanidae"/ZSH_THEME="robbyrussell"/g' ~/.zshrc
rm ~/.oh-my-zsh/custom/themes/iguanidae.zsh-themeAppreciate for coffee or beer :)

