blob: d25093f389ee11480703697171f635ae5b8611fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# nofetch
the fetch tool that outputs nothing
ever get sick and tired of all of those x-fetch tools on r/unixporn?
ever just want a no-bullshit fetch?
look no further than nofetch.
simply run install.sh as root, and all of your r/unixporn problems will go away.
## install instructions
- make sure `install.sh` is executable
```
chmod +x install.sh
```
- run install.sh
## dependencies:
a shell would help
preferrably either doas or sudo. otherwise, run `install.sh` as root
|