From b089cc6ed9ae82bf7d94d2b6f02aa01e21d43793 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 23 Sep 2025 17:05:25 +0200 Subject: feat: switch from neofetch to Cryobs/fetcha --- fetcha/README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 fetcha/README.md (limited to 'fetcha/README.md') diff --git a/fetcha/README.md b/fetcha/README.md new file mode 100644 index 0000000..9ce2276 --- /dev/null +++ b/fetcha/README.md @@ -0,0 +1,27 @@ +# fetcha - suckless-like system info fetch +fetcha is an fast, small and easy configurated system info fetch. + +![fetcha image](docs/img/fetcha.jpg) +## Requirements +To insatll fetcha you need `git`. +## Installation +1. clone the repository. +``` +git clone https://github.com/Cryobs/fetcha +``` +2. go to `fetcha` directory +``` +cd fetcha +``` +3. build fetcha (if necessary as root) +``` +make clean install +``` +## Running fetcha +``` +fetcha +``` +If you want fetcha to open together with your terminal, add the line `fetcha` to the end of `~/rc` (for example `.bashrc`, `.zshrc`). +## Configuration +The configuration is similar to suckless-type programs, i.e., copy the `config.def.h` file to `config.h`, and after customizing `config.h`, you need to recompile the source code. +(How to configure see the man pages ( fetcha-config(5) )) -- cgit v1.2.3