Just discovered.. zsh!
I never thought I would find zsh
actually that great. I feel like I’ve been
missing a nice prompt since ages.
I would like to cover my first experience a little and show you how you can turn your default shell into a powerful development tool. In order to do that, you have to:
- install zsh
- get a real plugin manager (antigen here!)
- get a really nice and powerful prompt
- enjoy all the above!
zsh is quite easy to install using your distribution package manager:
antigen can be cloned from GitHub
Now, edit your first .zshrc
initialization file!
Run zsh
from your current shell and antigen
should clone and install all the
declared bundles.
liquidprompt will be installed, which you shall enjoy quite greatly.