sudo apt update sudo apt install terminator zsh tmux -y sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" chsh -s $(which zsh) cd git clone https://github.com/gpakosz/.tmux.git ln -s -f .tmux/.tmux.conf cp .tmux/.tmux.conf.local . echo set-option -g default-command "/usr/bin/zsh" >> ~/.tmux.conf echo set-option -g default-shell "/usr/bin/zsh" >> ~/.tmux.conf tmux kill-server; tmux tmux bind-key : Ctrl+a