dotfiles/TERMINAL.MOTD.SH
Maxi 8ed93ac6e3 new file: MOTD.LINES.MD
new file:   PICTURES/MOTD.PNG
	new file:   PICTURES/START.SVG
	new file:   TERMINAL.ALIASES.SH
	new file:   TERMINAL.MOTD.SH
	new file:   TERMINAL.PROMPT.SH
	new file:   TERMINAL.SH
2025-06-15 00:14:59 +02:00

16 lines
No EOL
580 B
Bash
Executable file

# making bold text easier to implement for me
bold=$(tput bold)
normal=$(tput sgr0)
# making sure you are on the right device. :^)
printf '%0.s*' {1..80}
echo
echo "you are" ${bold}$(whoami)${normal} "on" ${bold}$(hostnamectl hostname)${normal} "which is running" ${bold}$(uname -s -r)${normal}"."
# keep your sanity, maximilian.
viu -b -t -w 80 ~/.config/maximemelian/motd.png
# (non)motivational lines from music, tv shows, movies and books. whatever i found fitting to remind me.
echo ${bold}$(shuf -n1 ~/.config/maximemelian/motd.lines)${normal}
printf '%0.s*' {1..80}
echo