Skip to content

yrwq/yafetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de18a13 · Oct 9, 2024
Oct 9, 2024
Oct 9, 2024
Oct 9, 2024
Feb 20, 2024
Oct 9, 2024
Oct 9, 2024
Oct 9, 2024
Oct 9, 2024

Repository files navigation

Yafetch is a minimal command line system information tool written in Rust and configured in Lua.

installation

git clone https://github.com/yrwq/yafetch && cd yafetch
cargo build --release
sudo cp target/release/yafetch /usr/bin
mkdir -p ~/.config/yafetch
cp examples/sample.lua ~/.config/yafetch/init.lua

usage

run yafetch

yafetch is extensible in lua, the default location for the configuration file is ~/.config/yafetch/init.lua.

configuration