(Fork for installing it on ubuntu and customise it)
sudo apt-get install git zsh
cd
git clone --recursive https://github.com/j-d/prezto.git .zprezto
rm .zlogin
rm .zlogout
rm .zpreztorc
rm .zprofile
rm .zshenv
rm .zshrc
ln -s ./.zprezto/runcoms/zlogin .zlogin
ln -s ./.zprezto/runcoms/zlogout .zlogout
ln -s ./.zprezto/runcoms/zpreztorc .zpreztorc
ln -s ./.zprezto/runcoms/zprofile .zprofile
ln -s ./.zprezto/runcoms/zshenv .zshenv
ln -s ./.zprezto/runcoms/zshrc .zshrc
zsh
Ubuntu Desktop:
- Open a terminal
- Edit ... > Profiles
- Default > Edit
- Title and Command
- Tick 'Run command as a login shell'
- Tick 'Run a custom command instead of my shell'
- Custom command: /usr/bin/zsh
- Close