Skip to content

Config Presets

Sam edited this page Feb 24, 2025 · 1 revision

As of 0.5.4 CrabFetch supports config presets. These can be ran by using the --config argument like so; crabfetch --config=preset:{preset}

By default, there's three presets;

full which displays every single module, similar to the default config.

Full config

basic which displays just the basic information in a minimalist way.

Basic config

And neofetch which mirrors the default NeoFetch config.

image

Custom Presets

If you want to write your own custom presets, essentially to have multiple differing configurations, you can make a folder called presets inside the CrabFetch config folder and write your config files inside of there, named after the preset name.

image