Collection of 'Message of the Day' scripts for Termux.
- figlet (termux-banner)
wget -qO- https://git.io/Jm5hb | bash
Manually
git clone https://github.com/Generator/termux-motd.git ~/.motd
echo "$HOME/.motd/init.sh" >> ~/.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)