Termux

Installation and configuration

# update all
pkg update -y

# Install necessary apps ;-)
pkg install -y bash-completion \
               git \
               htop \
	       tmux \
	       openssh \
	       vim \
	       termux-api \
	       python \
	       exiftool

# Gen new ssh key (if you don't have old one)
ssh-keygen -t ed2551

Tips

  • Copy/open url links from Termux

    CTRL+shift+m
    > Select URL
    > enter(short press copy / long open in browser)