Skip to content

Instantly share code, notes, and snippets.

@solo-yolo
Forked from linuswillner/install-neofetch-motd.sh
Created February 23, 2024 12:50
Show Gist options
  • Save solo-yolo/a042615f762bcda0136c779b9b776790 to your computer and use it in GitHub Desktop.
Save solo-yolo/a042615f762bcda0136c779b9b776790 to your computer and use it in GitHub Desktop.
Add neofetch display to system login scripts
#!/bin/bash
sudo apt install neofetch
sudo cp motd.sh /etc/profile.d/motd.sh
sudo chmod +x /etc/profile.d/motd.sh
#!/bin/bash
printf "\n"
neofetch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment