Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 733 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 733 Bytes

ubuntufetch

An extremely lightweight neofetch-like bash script designed for Ubuntu.


Installation

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/

Usage

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