Member-only story
Customizing your ZHS terminal with Prezto & PowerLevel10K
Learning how to use a terminal can be more frustrating when everything you see on your screen is just black and white. To light up things, we’ll make use of some fantastic ZSH frameworks and fonts out there.
Terminal in brief
Terminal, also known as a command-line interface(CLI), makes it easier to send commands such as creating files and folders, reading files, opening files/folders, and automating complex and straightforward actions to the operating system. Knowing how to use the Terminal can save so much of your time in executing simple/complex commands on your computer.
In this blog, I will share with you some things to do to make your terminal more user friendly.
This blog is divided into the following:
- Homebrew
- ZHS
- Homebrew cask-fonts
- Nerd font
- Prezto setup
- Terminal configuration with installed packages
- Bonus for programmers
Let’s dive right into it!
STEP 1: Homebrew installation
Homebrew is a free, open-source software for package management/installation on Apple’s macOS. You can install Homebrew by running the…