A collection of 'Message of the Day' scripts for Termux.
- figlet (termux-banner only)
- FiraCode NerdFont (disk-space progress bar ligatures)
- Unexpected Keyboard
Manually
rm -rf /data/data/com.termux/files/usr/etc/motd
git clone https://github.com/GR3YH4TT3R93/termux-motd.git /data/data/com.termux/files/usr/etc/motd
echo "/data/data/com.termux/files/usr/etc/motd/init.sh" >> /data/data/com.termux/files/usr/etc/profile # or .zprofile if using zsh
Disable Module: Disable modules adding .disabled
to the end of file. (e.g. 10-android-logo-small.disabled
)
Enable Module: Remove .disabled
from filename to enable module.
- yboetz/motd (Orignal work)
- generator/termux-motd (Contributor)