Skip to content

🖼️ Simple CLI system information tool for Arch Linux.

License

Notifications You must be signed in to change notification settings

xxczaki/archfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot

Archfetch

Build Status AUR package Donate

Archfetch is a simple CLI system information tool written in BASH. It displays information about your system, for example kernel version or shell.

Install

Archfetch is available on AUR, so you can install it using your favourite helper. I recommend yay:

$ yay -S archfetch

You can also install archfetch manually:

$ git clone https://github.com/xxczaki/archfetch
$ cd archfetch 
$ sudo make install

Related