/Hilbifetch

Simple and small fetch written in Lua.

Primary LanguageLuaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Hilbifetch

Simple and small fetch written in Lua.

Hilbifetch is your average system info fetch inspired by Neofetch, my own Bunnyfetch and the others.
But this time, it's written and configured in Lua.

Requirements

Setup

Hilbifetch is in a very early state, expect it to look weird or have odd bugs.

git clone https://github.com/Hilbis/Hilbifetch
cd Hilbifetch
sudo ./install.lua

To install to a different directory (like $HOME/bin):

PREFIX=/usr/local ./install.lua

Usage

hilbifetch

Configuration is done via the Lua file ~/.config/hilbifetch/hfconf.lua.
Variables that can be changed:

  • sep: the separator between the info title and info
  • ascii: ascii art to use in fetch
  • colors: enable color blocks

License

Hilbifetch is licensed under the BSD 3-Clause license.
Read here for more info.