Skip to content

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

Notifications You must be signed in to change notification settings

Julynx/ubuntufetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

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