Skip to content

Installation

Jimmy edited this page Feb 23, 2021 · 3 revisions

In this page you'll see how to install jfetch on your system.

Build from source

git clone https://github.com/Jimmysit0/jfetch
cd jfetch/
sudo make install

Arch (AUR)

git clone https://aur.archlinux.org/packages/jfetch-git/
cd jfetch
makepkg -si

If you're using an AUR helper you can install directly from that, for example (in the case of yay), run

yay -S jfetch-git

Runnning Without installing
curl -s https://raw.githubusercontent.com/Jimmysit0/jfetch/master/jfetch | sh
Clone this wiki locally