A simple fetch program writen in pascal, a work in progress but initial upload to github.
install a nerd font for the icons. https://www.nerdfonts.com/
You can compile Pasfetch with the free an open source "Free Pascal Compiler" just search your distro's packages for "fpc" and install, then to compile you do the following
use fpc to compile with these optimized options for x86_64, see cleanup.sh for more details on flag options
$ fpc -Px86_64 -CpCOREAVX2 -CfAVX2 -OpCOREAVX2 -O3 -Mobjfpc -CX -B -XXs -v pasfetch.pasor run the included bash script to compile and cleanup
$ ./build.shif you get an error on "ld" not found, install "binutils" package for your distribution
Copy the compiled binary to your path folder e.g /$HOME/bin
then make it executable
$ chmod +x pasfetchEither call the program by using pasfetch in a shell or add to your .bashrc
$ pasfetch
