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
This commit is contained in:
maxi 2025-06-15 00:14:59 +02:00
commit 8ed93ac6e3
7 changed files with 183 additions and 0 deletions

16
TERMINAL.MOTD.SH Executable file
View file

@ -0,0 +1,16 @@
# 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