Configuration used by me on zsh
-
First of all, clone this repository
git clone https://github.com/Vassopoli/zshrc.git
-
Now, enter the folder
cd zshrc -
Create a hard link in your home folder. Note the
-fflag that forces the link creation, overriding existing auto-generated.zshrc.ln -f ./.zshrc $HOME/.zshrc -
And finally, source the new .zshrc (or close your terminal and open a new one)
source $HOME/.zshrc