"refactoring" to use a more neutral ~/.dotfiles folder.

This commit is contained in:
maxi 2025-06-15 01:11:18 +02:00
parent 8ed93ac6e3
commit 161c411e76
6 changed files with 51 additions and 19 deletions

View file

@ -8,9 +8,10 @@ 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
# displaying a random image from my motd folder.
viu -b -t -w 80 $DOTFILES_PATH/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}
echo ${bold}$(shuf -n1 $DOTFILES_PATH/motd.lines)${normal}
printf '%0.s*' {1..80}
echo