Compare commits
No commits in common. "master" and "0.5.0" have entirely different histories.
10
Makefile
10
Makefile
@ -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
|
12
README.md
12
README.md
@ -26,19 +26,18 @@ picture"!
|
||||
## OS support
|
||||
|
||||
- **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.
|
||||
- **Android**
|
||||
- **BSD**
|
||||
- DragonflyBSD, FreeBSD, NetBSD and OpenBSD.
|
||||
- **Windows**
|
||||
- Windows subsystem for Linux, Cygwin, MSYS and MinGW.
|
||||
- Windows subsystem for Linux.
|
||||
- **Haiku**
|
||||
- **MacOS**
|
||||
- **Minix**
|
||||
- **Solaris**
|
||||
- **IRIX**
|
||||
- **SerenityOS**
|
||||
|
||||
## Configuration
|
||||
|
||||
@ -69,11 +68,6 @@ PF_SOURCE=""
|
||||
# Valid: string
|
||||
PF_SEP=":"
|
||||
|
||||
# Enable/Disable colors in output:
|
||||
# Default: 1
|
||||
# Valid: 1 (enabled), 0 (disabled)
|
||||
PF_COLOR=1
|
||||
|
||||
# Color of info names:
|
||||
# Default: unset (auto)
|
||||
# Valid: 0-9
|
||||
@ -82,7 +76,7 @@ PF_COL1=4
|
||||
# Color of info data:
|
||||
# Default: unset (auto)
|
||||
# Valid: 0-9
|
||||
PF_COL2=9
|
||||
PF_COL2=7
|
||||
|
||||
# Color of title data:
|
||||
# Default: unset (auto)
|
||||
|
Loading…
x
Reference in New Issue
Block a user