A fast, pretty, and configurable fetch program to output system information.
Before the installation, ensure that you have rust, cargo, and git installed on your system.
$ git clone https://github.com/kamui-7/rfetch.git
$ cd rfetch
$ cargo build --releaseThe resulting binary will be located in ./target/release. You may move that binary file into any directory in your $PATH for execution without an absolute path.
Now you need to copy the default config over with:
$ mkdir -p ~/.config/rfetch
$ cp config.toml ~/.config/rfetchIf you want rfetch to be able to show battery info, you will need to enable the 'battery' feature. Replace the compilation command above with
$ cargo build --release --features=battery This requires upower to be installed.
