A project which aims at making creating a small config file for all the GLF Linux challenges participants.
Make sure you have the packages installed on your system:
fastfetch
- a nerd font for the icons display (https://github.com/ryanoasis/nerd-fonts). I recommend
ttf-fantasque-nerd
.
Then, clone this repository in fastfetch configuration folder by running:
rm -fr ~/.config/fastfetch/GLFfetch && git clone https://github.com/Gaming-Linux-FR/GLFfetch ~/.config/fastfetch/GLFfetch && chmod u+x ~/.config/fastfetch/GLFfetch/scripts/*.sh && ~/.config/fastfetch/GLFfetch/scripts/icon.sh
Create an alias in your terminal.
If you use bash :
echo 'alias GLFfetch="fastfetch --config ~/.config/fastfetch/GLFfetch/challenge.jsonc"' >> ~/.bashrc && source ~/.bashrc
If you use fish :
alias GLFfetch="fastfetch --config ~/.config/fastfetch/GLFfetch/challenge.jsonc" --save
If you use zsh :
echo "alias GLFfetch='fastfetch --config ~/.config/fastfetch/GLFfetch/challenge.jsonc'" >> ~/.zshrc
Execute in terminal :
GLFfetch
- Thanks to for the base and the inspiration of this repo: https://github.com/Chick2D/neofetch-themes
- Thanks to for the base theme of this config: gosxrgxx https://github.com/gosxrgxx (simpleFetch)
- Thanks to GLF for inspiring me to create this little config file.
- Thanks to all the testers and the contributors to make it a better script
There is a lot to be done.
Some ideas I would like to do in the future:
find an easy way to get access to the icons in terminal on all distros (I had to remove the icons until we find an easy solution)move to Fastfetch because why not(Thanks to @Sparkway)- improve output colors / display with GLF brand colors
- Improve the README (Thanks to @Cardiacman13)
add a if in the print info when 30 days goal reached(Thanks to @Sparkway)add progress bar(Thanks to @Sparkway)