Compare commits

..

No commits in common. "master" and "0.6" have entirely different histories.
master ... 0.6

3 changed files with 256 additions and 820 deletions

View File

@ -1,10 +0,0 @@
PREFIX ?= /usr
all:
@echo RUN \'make install\' to install pfetch
install:
@install -Dm755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch
uninstall:
@rm -f $(DESTDIR)$(PREFIX)/bin/pfetch

View File

@ -26,19 +26,18 @@ picture"!
## OS support ## OS support
- **Linux** - **Linux**
- Alpine Linux, Arch Linux, Arco Linux, Artix Linux, CentOS, Dahlia, Debian, Devuan, Elementary, EndeavourOS, Fedora, Garuda Linux, Gentoo, Guix, Hyperbola, instantOS, KISS Linux, Linux Lite, Linux Mint, Mageia, Manjaro, MX Linux, NixOS, OpenSUSE, Parabola, Pop!\_OS, PureOS, Slackware, Solus, Ubuntu and Void Linux. - Alpine Linux, Arch Linux, Arco Linux, Artix Linux, CentOS, Debian, Elementary, Fedora, Gentoo, Guix, Hyperbola, KISS Linux, Linux Lite, Linux Mint, Mageia, Manjaro, MX Linux, NixOS, OpenSUSE, Parabola, Pop!\_OS, PureOS, Slackware, Ubuntu and Void Linux.
- All other distributions are supported with a generic penguin logo. - All other distributions are supported with a generic penguin logo.
- **Android** - **Android**
- **BSD** - **BSD**
- DragonflyBSD, FreeBSD, NetBSD and OpenBSD. - DragonflyBSD, FreeBSD, NetBSD and OpenBSD.
- **Windows** - **Windows**
- Windows subsystem for Linux, Cygwin, MSYS and MinGW. - Windows subsystem for Linux.
- **Haiku** - **Haiku**
- **MacOS** - **MacOS**
- **Minix** - **Minix**
- **Solaris** - **Solaris**
- **IRIX** - **IRIX**
- **SerenityOS**
## Configuration ## Configuration
@ -69,11 +68,6 @@ PF_SOURCE=""
# Valid: string # Valid: string
PF_SEP=":" PF_SEP=":"
# Enable/Disable colors in output:
# Default: 1
# Valid: 1 (enabled), 0 (disabled)
PF_COLOR=1
# Color of info names: # Color of info names:
# Default: unset (auto) # Default: unset (auto)
# Valid: 0-9 # Valid: 0-9
@ -82,7 +76,7 @@ PF_COL1=4
# Color of info data: # Color of info data:
# Default: unset (auto) # Default: unset (auto)
# Valid: 0-9 # Valid: 0-9
PF_COL2=9 PF_COL2=7
# Color of title data: # Color of title data:
# Default: unset (auto) # Default: unset (auto)

1054
pfetch

File diff suppressed because it is too large Load Diff