An extremely lightweight neofetch-like bash script designed for Ubuntu.
The following commands will download the latest version of ubuntufetch from this repository
and install it in your /usr/bin/
directory:
git clone https://github.com/Julynx/ubuntufetch
cd ubuntufetch
sudo chmod +x ubuntufetch
sudo cp ubuntufetch /usr/bin/
The program can be ran from a terminal with the command ubuntufetch
You may add it to your .bashrc
for it to show up whenever you open a terminal:
echo -e "ubuntufetch\n" >> .bashrc