commit 9113809d4461590600a8f5b60026b9a91ad00b01
parent eeda8f1604ec81c4a2aa118ca47cffc63a00b862
Author: Shipwreckt <Shipwreckt@mailfence.com>
Date: Fri, 19 Jul 2024 07:47:08 +0100
added some images and updated dotfiles page + software page
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/public/projects/programs/fakefetch b/public/projects/programs/fakefetch
@@ -21,6 +21,7 @@
<main class="description">
<h1>Fakefetch</h1><hr>
<h3>Background</h3>
+ <img src="../../Images/Fakefetch/logo.png" class="right-image">
<p>Fakefetch is the first real program I have ever created that I use daily apart from config files. I made fakefetch when I saw people complaining about neofetch being slow that is why I have called it fakefetch. In the start it was just 10 lines of bash with the 'echo' commands which is like 'print' function in python if you do not know, so it was bascially bare minimun, and I was not proud of this program I was like 'ok thats done just add it to my .bashrc' and continue using Linux. After about a day I wanted to see if I could add more to it like the uptime, then comes what package manager im using and after a while I just rewrote it in C and low and behold I have made my own mini neofetch program that I can use on all of my computers.</p>
<h3><b>What is Fakefetch</b></h3>
<p>Fakefetch is an alternative I have made to neofetch, it is written in the C programming language unlike neofetch which is written in bash and due to the fact I have written Fakefetch in C it is way faster then neofetch. In the future I plan to add more features to Fakefetch and make it more user friendly. I do plan on making a Tui customizer at some point to make your own fakefetch script.</p>