scrolling in screen
This commit is contained in:
@@ -6,7 +6,7 @@ fi
|
||||
if [ "$(ls /home |grep saret)" != "saret" ]; then
|
||||
sed -i "s/main$/main contrinb non-free/g" /etc/apt/sources.list
|
||||
sudo apt -y update
|
||||
sudo apt -y install wget nano curl zsh git lsb-release htop apt-transport-https xorg slim ncdu sshpass fish btop
|
||||
sudo apt -y install wget nano curl zsh git lsb-release htop apt-transport-https xorg slim ncdu sshpass fish btop screen
|
||||
passwd root -d
|
||||
username=saret
|
||||
password=qwerty
|
||||
@@ -59,6 +59,10 @@ fi
|
||||
sudo tee /etc/apt/sources.list.d/notaesalexp.list<<EOF
|
||||
deb https://notesalexp.org/tesseract-ocr5/$(lsb_release -cs)/ $(lsb_release -cs) main
|
||||
EOF
|
||||
tee /home/saret/.screenrc <<EOF
|
||||
# Enable mouse scrolling and scroll bar history scrolling
|
||||
termcapinfo xterm* ti@:te@
|
||||
EOF
|
||||
sudo apt -y update
|
||||
mkdir /home/saret/.config
|
||||
mkdir /home/saret/.config/fish
|
||||
|
Reference in New Issue
Block a user