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


