Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 833 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 833 Bytes

termcreed

A Script for termux-login.sh usage

Prerequisites

A Nerd Font is installed and enabled in your terminal.

Deps.

  • age
  • ncurses
  • boxes

Setup

Freely edit this parts.

# Your Information login
username_valid="$(cat ~/.ssh/userid)";
password_valid="$(age -d -i ~/.ssh/keyid.txt ~/.ssh/passid)" # Encrypted password stored at ~/.ssh/passid or your options

Usage

Backup first your termux-login.sh

echo '
[ -z "$BASH_VERSION" ] && exec bash "$0" "$@"
trap '' SIGINT #SIGTSTP

source ~/termcreed/*.sh ' > $PREFIX/etc/termux-login.sh

forgot password?

preview

License

MIT