"refactoring" to use a more neutral ~/.dotfiles folder.
This commit is contained in:
parent
8ed93ac6e3
commit
161c411e76
6 changed files with 51 additions and 19 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue