The Zsh shell came with the stylish shell propt something like
┌──(logged_user💀HostName)-[Working-Directory]
└─#
Your terminal prompt will endup looking like the above prompt once you follow the following instructions.
One thing am assuming you are aware of is the fact that you know there are different shell prompts, this ones include
bash
, zsh
,fish
, sh
,csh
and so on. So this script is only meant for bourne again shell famousely known as bash.
- Clone this github repository into your local machine.
- cd to the folder where you cloned this repository to i.e
cd /path-to-clone-dir/ohmyZsh-bash/
- Give the file execute permissions using the following command
chmod +x ohmyzsh.sh
- Excute the .sh file using the following
./ohmyzsh.sh
and reopen the terminal. There you go, it wasn't that hard was it.