How to customize the Terminal on your Mac
I love the terminal. Besides the fact it makes you look awesome while using it.
What we will be making
Oh My Zsh is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl or wget.
via curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
via wget
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
Below is a screenshot of what my terminal looks like:
You need edit zsh config:
# run this command in terminal if you use Siblime Text 3 subl ~/.zshrc # or nano ~/.zshrc
Read more if you dont know how to open Sublime Text from Terminalto open Sublime Text from Terminal in macOS.
Then you need edit Line 9 to:
ZSH_THEME="senzagnoster"
Next View:
You need edit zsh config:
# run this command in terminal if you use Siblime Text 3 subl ~/.zshrc # or use nano command nano ~/.zshrc
Line 9 change to:
ZSH_THEME="agnoster"
Then you shoud go to iTerm -> Preferenses -> Profile -> Text -> Font -> setup Powerline font what you whant (Meslo LG for Example)
Leave a comment
Make sure you enter all the required information, indicated by an asterisk (*). HTML code is not allowed.