Neofetch in action !
Setup
sudo apt install neofetch
sudo touch /etc/profile.d/motd.sh
sudo chmod +x /etc/profile.d/motd.sh
In the newly created motd.sh
, add:
#!/bin/bash
printf "\n"
neofetch
April 7, 2024
sudo apt install neofetch
sudo touch /etc/profile.d/motd.sh
sudo chmod +x /etc/profile.d/motd.sh
In the newly created motd.sh
, add:
#!/bin/bash
printf "\n"
neofetch