About the App
- App name: bash
- App description: Bash (Bourne-again SHell) is a UNIX command interpreter
- App website: https://www.gnu.org/software/bash/
How To Install Zsh
Mac Zsh Color
ZSH is super easy to customize though which is why we’ll be using it. If you have a mac you can brew install zsh or for linux sudo apt-get install zsh if neither work/for more info check here for more methods to install. Now all you need to do is set it as your default shell with this command chsh -s zsh. Install Homebrew. Homebrew is a free and open-source software package management system.
Install the App
Switch To Zsh Mac
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew install bash
Done! You can now use bash
.