feat(logos): add Alma Linux logo
This commit is contained in:
parent
3e2bf5ed1b
commit
7b66343d42
22
README.md
22
README.md
@ -12,23 +12,23 @@ minimalistic look.
|
|||||||
|
|
||||||
**Supported Platforms:** Linux, Android, macOS, Windows, FreeBSD, NetBSD
|
**Supported Platforms:** Linux, Android, macOS, Windows, FreeBSD, NetBSD
|
||||||
|
|
||||||
**Included Logos:** Alpine Linux, Android, AmogOS _(new)_, Arch Linux,
|
**Included Logos:** Alma Linux _(new)_, Alpine Linux, Android, AmogOS _(new)_,
|
||||||
ArcoLinux, Artix Linux, Bedrock Linux, Buildroot, CelOS, CentOS, Crystal Linux,
|
Arch Linux, ArcoLinux, Artix Linux, Bedrock Linux, Buildroot, CelOS, CentOS,
|
||||||
dahliaOS, Debian, Devuan, DietPi _(new)_, DragonflyBSD, Elementary OS,
|
Crystal Linux, dahliaOS, Debian, Devuan, DietPi _(new)_, DragonflyBSD,
|
||||||
EndeavourOS, Fedora, Fiwix _(new)_, FreeBSD, Garuda Linux, Gentoo Linux, Gnu,
|
Elementary OS, EndeavourOS, Fedora, Fiwix _(new)_, FreeBSD, Garuda Linux, Gentoo
|
||||||
Guix, Haiku, HydroOS, Hyperbola, instantOS, IRIX, KDE neon, Linux Lite, Linux,
|
Linux, Gnu, Guix, Haiku, HydroOS, Hyperbola, instantOS, IRIX, KDE neon, Linux
|
||||||
Mint, macOS, Mageia, Manjaro, Minix, MorphOS _(new)_, MX Linux, NetBSD, NixOS,
|
Lite, Linux, Mint, macOS, Mageia, Manjaro, Minix, MorphOS _(new)_, MX Linux,
|
||||||
Nobara Project _(new)_, OpenBSD, openSUSE Tumbleweed, openSUSE Leap, OpenWrt,
|
NetBSD, NixOS, Nobara Project _(new)_, OpenBSD, openSUSE Tumbleweed, openSUSE
|
||||||
Parabola, Pop!\_OS _(updated)_, PureOS, Raspbian, Rocky Linux _(new)_,
|
Leap, OpenWrt, Parabola, Pop!\_OS _(updated)_, PureOS, Raspbian, Rocky Linux
|
||||||
SerenityOS, Slackware, Solus, SteamOS _(new)_, Solaris, Ubuntu, Vanilla OS
|
_(new)_, SerenityOS, Slackware, Solus, SteamOS _(new)_, Solaris, Ubuntu, Vanilla
|
||||||
_(new)_, Void Linux, Windows _(new)_, Xeonix Linux
|
OS _(new)_, Void Linux, Windows _(new)_, Xeonix Linux
|
||||||
|
|
||||||
For all other distributions, a penguin will be displayed.
|
For all other distributions, a penguin will be displayed.
|
||||||
|
|
||||||
_Credit to [the original pfetch](https://github.com/dylanaraps/pfetch) and
|
_Credit to [the original pfetch](https://github.com/dylanaraps/pfetch) and
|
||||||
[its contributors](https://github.com/dylanaraps/pfetch/graphs/contributors)._
|
[its contributors](https://github.com/dylanaraps/pfetch/graphs/contributors)._
|
||||||
|
|
||||||
If you want to add a logo, feel free to make a Pull Request.
|
If you want a logo to be added, feel free to open an issue or a PR.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@ -24,6 +24,21 @@
|
|||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
case ${1:-${PF_ASCII:-${distro:-$os}}} in
|
case ${1:-${PF_ASCII:-${distro:-$os}}} in
|
||||||
|
[Aa]lma*)
|
||||||
|
read_ascii 3 <<- EOF
|
||||||
|
${c1} {#@ ., ${c3} ,..<.
|
||||||
|
${c1} ._\`=# ${c3}/#=#,""
|
||||||
|
${c1} \\## \` ${c3}|\` '=##
|
||||||
|
${c4} .${c1}\`'=. ${c3}\\ ${c2},_,.,
|
||||||
|
${c4} .."#- ${c1}\` ${c2}\` \\##
|
||||||
|
${c4}\## # ./ ${c6}\\. ${c2}.#\`,+
|
||||||
|
${c4} =##=' ${c6}, |, ${c2}|# ""
|
||||||
|
${c6} =##=++#|
|
||||||
|
${c6} ##\\''
|
||||||
|
${c6} \`'\`
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
[Aa]lpine*)
|
[Aa]lpine*)
|
||||||
read_ascii 4 <<- EOF
|
read_ascii 4 <<- EOF
|
||||||
${c4} /\\ /\\
|
${c4} /\\ /\\
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
while read -r logo; do
|
while read -r logo; do
|
||||||
PF_ASCII=$logo "$@"
|
PF_ASCII=$logo "$@"
|
||||||
done << EOF
|
done << EOF
|
||||||
|
alma
|
||||||
alpine
|
alpine
|
||||||
android
|
android
|
||||||
amogos
|
amogos
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user