zsh install
Manual Installation
Clone The Repository
1 | git clone https://githubfast.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh |
Optionally, Backup Your Existing ~/.zshrc File
1 | cp ~/.zshrc ~/.zshrc.orig |
Create A New Zsh Configuration File
You can create a new zsh config file by copying the template that we have included for you.
1 | cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc |
Change Your Default Shell
1 | which zsh |
You must log out from your user session and log back in to see this change.