aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: f13d1f33f07eedff30c885b0cd5adfb9686ac7bd (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
24
25
26
27
28
29
30
31
32
33
34
35
36
# nofetch
the fetch tool that outputs nothing

ever get sick and tired of all of those xfetch tools on r/unixporn?
ever just want a no-bullshit fetch?

look no further than nofetch.

simply run `nofetch`, and watch all of your r/unixporn problems go away.

**new:** append`-o` to get just the os name value! useful for piping the ACTUAL distribution or OS name into other scripts/scriptlets

![](screenshot.png)

## install instructions

- clone the repo to your system

  `git clone https://github.com/jnats/nofetch`

- make sure install.sh is set as executable

  `chmod +x install.sh`

- run install.sh

  `./install.sh`
## dependencies
realistically any system that has the following

- preferrably either doas or sudo (otherwise, run `install.sh` as root)
- bash, or any other POSIX compliant shell
- grep
- head
- sed
- cat