How to install Zsh shell


Zsh shell is getting popularity day-by-day, macOS now has the default shell as Zsh instead of Bash, if you want work with Zsh shell, you may need to get it installed first,

Install Zsh using homebrew:

$ brew install zsh

Install Zsh on Fedora or CentOS

$ sudo dnf install zsh

Install Zsh on Ubuntu using apt package

$ sudo apt install zsh

Install Zsh on Windows

If you are using Windows 10, then first you need to make sure that you have enabled - Windows for Linux Subsystem. Once you have done that run the below command in bash,

$ sudo apt-get install zsh

One you complete the installation, just type zsh to enter the Z-Shell prompt ie %

Installing Zsh Shell
Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap