A simple pascal fetch for Unix-like systems.
fpc(Free Pascal Compiler)make(no explanation needed)
Note for NixOS / GNU Guix users: Standard
sudo make installwon't work due to read-only store paths. Usenix-shell -p fpc gnumakeorguix shell fpc maketo build locally.
# Clone the repository
git clone https://github.com/vissorv/pasfetch.git
cd pasfetch
# Build the project
make
# Install system-wide (optional)
sudo/doas make install-
Linux
-
Alpine linux, Arch linux, Debian, Devuan, Gentoo, Guix, NixOS, Opensuse, Slackware, Void linux
-
All other distributions are supported with a generic penguin logo.
-
BSD
-
Freebsd, Openbsd, Netbsd
This project is highly inspired by pfetch by dylan araps.