oh_my_zsh 是 Linux 上一款非常漂亮的终端界面

  1. 更新软件源
sudo apt-get update
  1. 安装zsh
sudo apt-get install zsh
  1. 获取并安装 oh my zsh
wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
  1. 替换bash为zsh
chsh -s /bin/zsh
  1. 重启电脑
sudo reboot
  1. 安装分屏软件
sudo apt-get install terminator