#!/bin/bash echo " - Installing Zsh - " sudo apt-get install zsh echo " - Setting Zsh as default - " chsh -s /usr/bin/zsh