Make Terminal Great Again

Intro

The build-in terminal from MacOS is great. But what if you want something more? Something more productive and convenient?

Using the Iterm2 with zsh will cover most of the needs when using the console.

Let’s install them

Iterm2 app

Install Iterm2 app

brew install --cask iterm2

zsh and oh-my-zsh

Install oh-my-zsh according instruction from officail site:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

and enable plugins if your need.

powerlevel10k theme

Install powerlevel10k

Install powerlevel10k theme according instructions

Configuration powerlevel10k

Run command for configuration powerlevel10k:

p10k configure

Conclusions

Your installed perfect terminal app and customize it with super theme and super shell!