#!/bin/bash
install_neofetch() {
sudo apt-get install neofetch -y
sudo echo "neofetch" >>/home/*/.bashrc
}