Skip to content
Jason Hempstead edited this page Aug 21, 2020 · 1 revision

screen

full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells

requires:

apt install screen
yum install screen
pacman -S screen

Automatic install/update:

bash -c "$(curl -LSs https://github.com/casjay-dotfiles/screen/raw/master/install.sh)"

Manual install:

mv -fv "$HOME/.config/screen" "$HOME/.config/screen.bak"
git clone https://github.com/casjay-dotfiles/screen "$HOME/.config/screen"
ln -sf $HOME/.config/screen/.screenrc $HOME/.screenrc

screen wiki | screen site

Clone this wiki locally