-
Clone the directory with and cd into it:
git clone https://github.com/finnurtorfa/zsh.git cd zsh
-
To install simply run the following command from within the directory:
sh install.sh -
After installation the directory ~/.zsh should exist and have the following contents:
. ├── aliases.zsh ├── bindings.zsh ├── colors.zsh ├── completion.zsh ├── exports.zsh ├── history.zsh ├── install.sh ├── prompts.zsh ├── README └── zshrc