Skip to content

Installation

AaronYTDev edited this page Jul 6, 2026 · 13 revisions

Prerequisites

  • jq - JSON processor (allows fastfetch-config to edit your fastfetch... config)
  • fastfetch - Obviously you'd need this.

(NOTE: The installer automatically installs those 2. The following one, it doesn't.)

  • bash & standard Unix utilities

Installing

Download install-ff.s (once it is available, it's not ready for release yet, I'm making this in advance) and open your terminal of choice where it is downloaded.

Run the following command:

chmod +x install-ff.sh

BUT WAIT!

The following command will remove your current fastfetch config. To keep it, run this command instead: ./install-ff.sh -nodelete

Now run this command (assuming you don't want to keep your current config):

./install-ff.sh

You are now installing fastfetch-config. You can sit back and relax -- The installer handles everything. It doesn't require a sudo password unless it needs to auto install dependencies.

Clone this wiki locally