byobu is a script that launches a text based window manager
Automatic install/update:
bash -c "$(curl -LSs https://github.com/dfmgr/byobu/raw/main/install.sh)"
Manual install:
requires:
Debian based:
apt install byobu
Fedora Based:
yum install byobu
Arch Based:
pacman -S byobu
MacOS:
brew install byobu
mv -fv "$HOME/.config/byobu" "$HOME/.config/byobu.bak"
git clone https://github.com/dfmgr/byobu "$HOME/.config/byobu"