the #1 linux fetch backend! really really fast, easily customizable and lightweight. some features below.
icefetch uses golang, which is an extremely fast language but still easy to use. this makes the update times really short, whereas the app remains light and fast everything can be modified easily. icefetch uses toml, which is a comprehensive config file format, and also placeholders for the config modules icefetch is still in alpha, so any kind of feedback helps a lot with the development.the easiest way to install icefetch is by cloning the repository and running "install.sh". note that this will not be validated by any package manager.
- install the dependecies (go)
sudo apt install golang-go
(or)
sudo pacman -S go
(or)
sudo dnf install golang
- clone the repository and cd into it:
git clone https://github.com/yrod0200/icefetch
cd icefetch
- run the install.sh script
sh ./install.sh
the program will be built and installed on your system. enjoy!
the support for various distro packages will be brought soon.
the wiki will be made soon. in the meantime, the default icefetch.toml should give you the info needed for ricing your own fetch.

