Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neofetch clone

After Neofetch was discontinued, I wanted to attempt to implement my own clone from scratch in C as I am already learning the langauge. Built with GCC

Usage

# todo: add support for make & cmake
make Neofetch_Clone

# Clang
clang main.c -o a.out
./a.out

# GCC / 
gcc main.c -o a.out
./a.out

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages