tmux is a terminal multiplexer
Automatic install/update:
bash -c "$(curl -LSs https://github.com/dfmgr/tmux/raw/main/install.sh)"
Manual install:
requires:
Debian based:
apt install tmux powerline fonts-powerline python3-powerline python3-psutil
Fedora Based:
yum install tmux powerline
Arch Based:
pacman -S tmux powerline
MacOS:
brew install tmux powerline
mv -fv "$HOME/.config/tmux" "$HOME/.config/tmux.bak"
git clone https://github.com/dfmgr/tmux "$HOME/.config/tmux"