Skip to content

luisadha/termcreed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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