ZSH is a unix shell and a powerful command line interpreter, ZSH is much easier to use and setup, ZSH also allows you to program the command-line completion that helps you customize you shell and offers options and arguments for most used commands, with out-of-the-box support for several hundred commands.

You can install ZSH using Pacman.

sudo pacman -S zsh

Installing grml-zsh-config, zsh distribution is a like oh-my-zsh.

sudo pacman -S grml-zsh-config

If you prefer oh-my-zsh you can install that too

curl -L http://install.ohmyz.sh | shCode language: JavaScript (javascript)

Now we have ZSH installed. If you have any problem, feel free to leave a comment below.

I compiled a list of software and services that I use to improve my workflow, here is the link to the list.

Darryl Dias

I’m Darryl. I’m a 3D Artist, Programmer and Linux enthusiast. On this site I share my insights, tips and tricks, tutorials, methods and best practices.