openfetch
is a simple tool to display information about a running FreeBSD, OpenBSD, NetBSD, or DragonFly BSD system written in C. Any contribution is highly appreciated.
-
Clone or download this repository:
git clone https://github.com/daviduhden/openfetch.git
Or download the ZIP file and unpack it.
-
Navigate to the directory:
cd openfetch
-
Build the executable:
make
-
Run
openfetch
:./openfetch
To install openfetch
and the logo files:
sudo make install
This will install openfetch
to /usr/local/bin
and the logo files to /usr/local/share/doc/logo/
.
To clean up the build files:
make clean