Skip to content

Getting Started

Ossama Hjaji edited this page Nov 15, 2019 · 24 revisions

Onefectch is installed, what then?

Usage

> onefetch -d /path/of/your/repo

Or

> cd /path/of/your/repo
> onefetch

Misc

By @spenserblack

# Runs `onefetch -a Assembly`, `onefetch -a C`, etc.
onefetch -l | while read line; do echo "$line"; onefetch -a $line; done;
Clone this wiki locally