Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add garuda linux logo (#171)
Browse files Browse the repository at this point in the history
* Add garuda linux ascii art

* Add garuda linux to supported distros

* Version bump

* Add EndeavourOS to supported distros

* Revert "Version bump"

This reverts commit 90afcf6.
  • Loading branch information
Gobidev committed Dec 6, 2021
1 parent 5782442 commit 9fee329
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ picture"!
## OS support

- **Linux**
- Alpine Linux, Arch Linux, Arco Linux, Artix Linux, CentOS, Dahlia, Debian, Devuan, Elementary, Fedora, 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, 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**
Expand Down
13 changes: 13 additions & 0 deletions pfetch
Expand Up @@ -1353,6 +1353,19 @@ get_ascii() {
EOF
;;

([Gg]aruda*)
read_ascii 4 <<-EOF
${c3} _______
${c3} __/ \\_
${c3} _/ / \\_
${c7} _/ /_________\\
${c7}_/ |
${c2}\\ ____________
${c2} \\_ __/
${c2} \\__________/
EOF
;;

([Gg]entoo*)
read_ascii 5 <<-EOF
${c5} _-----_
Expand Down

0 comments on commit 9fee329

Please sign in to comment.