Compare commits
119 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e88da7c465 | ||
|
52d742e768 | ||
|
a906ff8968 | ||
|
aabde03419 | ||
|
9fee329e98 | ||
|
5782442798 | ||
|
76a172ed0a | ||
|
e0e5f15e06 | ||
|
ad397cabaa | ||
|
62aabe8883 | ||
|
4c572ee726 | ||
|
853666e6bf | ||
|
c574b14569 | ||
|
f8093c71cf | ||
|
f8a1228cfe | ||
|
d250dcaff6 | ||
|
1702975f93 | ||
|
aed1876c14 | ||
|
57482a687f | ||
|
8edb0a4dea | ||
|
9880e5a899 | ||
|
5172f13e99 | ||
|
9c1036b0b6 | ||
|
1af3f53eed | ||
|
13fd601d0b | ||
|
99ba07c5cd | ||
|
239874ae33 | ||
|
0401f4d2cb | ||
|
44eb86af51 | ||
|
37280d7851 | ||
|
753119227a | ||
|
428dd23578 | ||
|
9d4c3700b6 | ||
|
f37ea40b72 | ||
|
4b70dac514 | ||
|
9b3b53b984 | ||
|
2c4cfb4990 | ||
|
a9cfc6502e | ||
|
bb21572d9d | ||
|
da06a5c9af | ||
|
40fe1b130e | ||
|
8f36f2a6e0 | ||
|
af68ef4c88 | ||
|
4687c6021e | ||
|
371ca7bb74 | ||
|
1435d5f376 | ||
|
52a26e7262 | ||
|
da1582f045 | ||
|
4d883884b7 | ||
|
d6e7d24760 | ||
|
54d6884cfd | ||
|
0905f1011c | ||
|
aed4e9c4a2 | ||
|
177eb6750e | ||
|
7f476bc9e8 | ||
|
acaf6ed00c | ||
|
ff04c7f62d | ||
|
3d85312793 | ||
|
f1ae8c17a1 | ||
|
35343a4190 | ||
|
227f6d2c72 | ||
|
841776f27a | ||
|
d04c2932d0 | ||
|
c095f801ea | ||
|
4498da8f54 | ||
|
20763dc8ce | ||
|
7e684b608a | ||
|
2b61a0389d | ||
|
c225f75cc8 | ||
|
cb92e69db4 | ||
|
a7aaf86609 | ||
|
71f18c30f8 | ||
|
98ea5b1daf | ||
|
45c1853b2f | ||
|
4c059b666a | ||
|
754d6c6bc9 | ||
|
a4f9cb96e9 | ||
|
4bcc18e9a6 | ||
|
2ac2cf856a | ||
|
9886d75967 | ||
|
2f0a022b1f | ||
|
e8d27f7cf8 | ||
|
8e55e6c600 | ||
|
b4ec68fded | ||
|
0faef36de9 | ||
|
7a3396ecd3 | ||
|
0972ac1f5c | ||
|
3465154131 | ||
|
28937a4811 | ||
|
c6e68d053e | ||
|
265732467e | ||
|
a29c4c950a | ||
|
8fa69a528c | ||
|
06ccd3d0b0 | ||
|
e18a0959ab | ||
|
7a85a0efce | ||
|
6bd760a5c5 | ||
|
a85c2dd97a | ||
|
413a33c180 | ||
|
0c428389ad | ||
|
aa511c1820 | ||
|
1713dc68a1 | ||
|
21af548b6c | ||
|
a2ea20dc27 | ||
|
fdedf2425a | ||
|
274b61b1e6 | ||
|
e74081fa46 | ||
|
f88683c83e | ||
|
c20d2363f6 | ||
|
49b1a87726 | ||
|
eec8c7ce5f | ||
|
e30fc1075c | ||
|
3a33033120 | ||
|
44aaae774f | ||
|
c8aca296c1 | ||
|
6ce6b1a0f7 | ||
|
7503fcc37b | ||
|
675814f33e | ||
|
2ef3584f5b |
10
Makefile
Normal file
10
Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
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,18 +26,19 @@ picture"!
|
||||
## OS support
|
||||
|
||||
- **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.
|
||||
- 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.
|
||||
- All other distributions are supported with a generic penguin logo.
|
||||
- **Android**
|
||||
- **BSD**
|
||||
- DragonflyBSD, FreeBSD, NetBSD and OpenBSD.
|
||||
- **Windows**
|
||||
- Windows subsystem for Linux.
|
||||
- Windows subsystem for Linux, Cygwin, MSYS and MinGW.
|
||||
- **Haiku**
|
||||
- **MacOS**
|
||||
- **Minix**
|
||||
- **Solaris**
|
||||
- **IRIX**
|
||||
- **SerenityOS**
|
||||
|
||||
## Configuration
|
||||
|
||||
@ -68,6 +69,11 @@ 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
|
||||
@ -76,7 +82,7 @@ PF_COL1=4
|
||||
# Color of info data:
|
||||
# Default: unset (auto)
|
||||
# Valid: 0-9
|
||||
PF_COL2=7
|
||||
PF_COL2=9
|
||||
|
||||
# Color of title data:
|
||||
# Default: unset (auto)
|
||||
|
Loading…
x
Reference in New Issue
Block a user