- Install Powerline
(from https://www.ricalo.com/blog/install-powerline-ubuntu/#install-powerline)
sudo apt install powerlineactivate is by pasting in the ~/.bashrc :
# Powerline configuration
if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
source /usr/share/powerline/bindings/bash/powerline.sh
fi- Install tmux
(from https://bobbyhadz.com/blog/tmux-powerline-ubuntu)
sudo apt install tmuxthen activate powerline over tmux by adding the following line in your ~/.tmux.conf file:
runshell 'powerline-config tmux setup'- and finally
tmuxthen :
