-
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 ~/.zshrc
Search 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-theme
Appreciate for coffee or beer :)