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
|
||||
|
||||
**Included Logos:** Alpine Linux, Android, AmogOS _(new)_, Arch Linux,
|
||||
ArcoLinux, Artix Linux, Bedrock Linux, Buildroot, CelOS, CentOS, Crystal Linux,
|
||||
dahliaOS, Debian, Devuan, DietPi _(new)_, DragonflyBSD, Elementary OS,
|
||||
EndeavourOS, Fedora, Fiwix _(new)_, FreeBSD, Garuda Linux, Gentoo Linux, Gnu,
|
||||
Guix, Haiku, HydroOS, Hyperbola, instantOS, IRIX, KDE neon, Linux Lite, Linux,
|
||||
Mint, macOS, Mageia, Manjaro, Minix, MorphOS _(new)_, MX Linux, NetBSD, NixOS,
|
||||
Nobara Project _(new)_, OpenBSD, openSUSE Tumbleweed, openSUSE Leap, OpenWrt,
|
||||
Parabola, Pop!\_OS _(updated)_, PureOS, Raspbian, Rocky Linux _(new)_,
|
||||
SerenityOS, Slackware, Solus, SteamOS _(new)_, Solaris, Ubuntu, Vanilla OS
|
||||
_(new)_, Void Linux, Windows _(new)_, Xeonix Linux
|
||||
**Included Logos:** Alma Linux _(new)_, Alpine Linux, Android, AmogOS _(new)_,
|
||||
Arch Linux, ArcoLinux, Artix Linux, Bedrock Linux, Buildroot, CelOS, CentOS,
|
||||
Crystal Linux, dahliaOS, Debian, Devuan, DietPi _(new)_, DragonflyBSD,
|
||||
Elementary OS, EndeavourOS, Fedora, Fiwix _(new)_, FreeBSD, Garuda Linux, Gentoo
|
||||
Linux, Gnu, Guix, Haiku, HydroOS, Hyperbola, instantOS, IRIX, KDE neon, Linux
|
||||
Lite, Linux, Mint, macOS, Mageia, Manjaro, Minix, MorphOS _(new)_, MX Linux,
|
||||
NetBSD, NixOS, Nobara Project _(new)_, OpenBSD, openSUSE Tumbleweed, openSUSE
|
||||
Leap, OpenWrt, Parabola, Pop!\_OS _(updated)_, PureOS, Raspbian, Rocky Linux
|
||||
_(new)_, SerenityOS, Slackware, Solus, SteamOS _(new)_, Solaris, Ubuntu, Vanilla
|
||||
OS _(new)_, Void Linux, Windows _(new)_, Xeonix Linux
|
||||
|
||||
For all other distributions, a penguin will be displayed.
|
||||
|
||||
_Credit to [the original pfetch](https://github.com/dylanaraps/pfetch) and
|
||||
[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
|
||||
|
||||
|
||||
@ -24,6 +24,21 @@
|
||||
# SOFTWARE.
|
||||
|
||||
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*)
|
||||
read_ascii 4 <<- EOF
|
||||
${c4} /\\ /\\
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
while read -r logo; do
|
||||
PF_ASCII=$logo "$@"
|
||||
done << EOF
|
||||
alma
|
||||
alpine
|
||||
android
|
||||
amogos
|
||||
|
||||
Loading…
Reference in New Issue
Block a user