From c6c243f594b23e28f8b73b29eba1c67b81fb2a03 Mon Sep 17 00:00:00 2001 From: Martin Delille Date: Thu, 16 Apr 2015 16:49:32 +0200 Subject: [PATCH] zsh installation --- Install-ZSH.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Install-ZSH.md diff --git a/Install-ZSH.md b/Install-ZSH.md new file mode 100644 index 0000000..221d535 --- /dev/null +++ b/Install-ZSH.md @@ -0,0 +1,5 @@ +[Zsh](http://www.zsh.org) should be installed (v4.3.9 or more recent). If not pre-installed (`zsh --version` to confirm), follow the following step to make it work: ++ 1. Install with your package manager of choice (ie: `sudo apt-get install zsh`) ++ 2. Make sure it installed by running `zsh` ++ 3. Make it your default shell: `chsh -s $(which zsh)` ++ 4. Log out and back in. \ No newline at end of file