This is the theme we use on our MacOS terminal that can be seen in our videos on YouTube.
To install oh-my-zsh in your computer, follow the install instructions on their website.
After installing oh-my-zsh, copy the ittecture.zsh-theme file to the oh-my-zsh themes folder.
$ cd ~/.oh-my-zsh/themes
- The next step is to tell oh-my-zsh that you want to use the ittecture theme. This setting is stored in the .zshrc file.
$ sudo nano ~/.zshrc
- Find the ZSH_THEME key and set to ittecture. The name should match the file name without the ".zsh-theme" extension.
ZSH_THEME="ittecture"
- Save the .zshrc file.
Restart the terminal.