#!/bin/bash
# website : http://www.zsh.org
sudo apt-get install -y -q  zsh
# website : https://github.com/robbyrussell/oh-my-zsh
curl -L http://install.ohmyz.sh | sh
chsh -s /bin/zsh
