From 577b1dd3b2b11f1ec152f9a89a648fb9acc039f8 Mon Sep 17 00:00:00 2001 From: Adrian Groh Date: Tue, 28 Feb 2023 09:26:10 +0100 Subject: [PATCH] chore: sort logos alphabetically --- pfetch-extractor/logos.sh | 77 ++++++++++++++++++++------------------- print_all.sh | 7 ++-- 2 files changed, 44 insertions(+), 40 deletions(-) diff --git a/pfetch-extractor/logos.sh b/pfetch-extractor/logos.sh index e935634..707566b 100644 --- a/pfetch-extractor/logos.sh +++ b/pfetch-extractor/logos.sh @@ -58,6 +58,21 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in EOF ;; + [Aa]mog[Oo][Ss]*) + read_ascii 4 <<- EOF + ${c7} -///:. + ${c7} smhhhhmh\` + ${c7} :NA${c4}mogO${c7}SNs + ${c7} hNNmmmmNNN + ${c7} NNNNNNNNNN + ${c7} :NNNNNNNNNN + ${c7} mNNssussNNN + ${c7} sNn: sNNo + ${c7}+ooo+ sNNo + ${c7} +oooo\` + EOF + ;; + [Aa]rco*) read_ascii 4 <<- EOF ${c4} /\\ @@ -237,6 +252,20 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in EOF ;; + [Ff]iwix*) + read_ascii 12 <<- EOF + ${c6}_____ ${c4}_____ + ${c6}\\ \\ ${c4}\\ \\ + ${c6}\\ \\ ${c4}\\ \\ + ${c6}/ \\ \\ ${c4}\\ \\ + ${c6}( \\ \\ ${c4}\\ \\ + ${c6}( / / ${c4}/ / + ${c6}\\ / / ${c4}/ / + ${c6}/ / ${c4}/ / + ${c6}/____/ ${c4}/____/ + EOF + ;; + [Ff]ree[Bb][Ss][Dd]*) read_ascii 1 <<- EOF ${c1}/\\,-'''''-,/\\ @@ -472,6 +501,17 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in EOF ;; + [Mm]orph[Oo][Ss]*) + read_ascii 1 <<- EOF + ${c4} __ \/ __ + ${c4} /o \{}/ o\\ + ${c4} \ () / + ${c4} \`> /\ <\` + ${c4} (o/\/\o) + ${c4} ) ( + EOF + ;; + [Mm][Xx]*) read_ascii <<- EOF ${c7} \\\\ / @@ -691,41 +731,4 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in ${c2} \__/ \__/ EOF ;; - [Ff]iwix*) - read_ascii 12 <<- EOF - ${c6}_____ ${c4}_____ - ${c6}\\ \\ ${c4}\\ \\ - ${c6}\\ \\ ${c4}\\ \\ - ${c6}/ \\ \\ ${c4}\\ \\ - ${c6}( \\ \\ ${c4}\\ \\ - ${c6}( / / ${c4}/ / - ${c6}\\ / / ${c4}/ / - ${c6}/ / ${c4}/ / - ${c6}/____/ ${c4}/____/ - EOF - ;; - [Mm]orph[Oo][Ss]*) - read_ascii 1 <<- EOF - ${c4} __ \/ __ - ${c4} /o \{}/ o\\ - ${c4} \ () / - ${c4} \`> /\ <\` - ${c4} (o/\/\o) - ${c4} ) ( - EOF - ;; - [Aa]mog[Oo][Ss]*) - read_ascii 4 <<- EOF - ${c7} -///:. - ${c7} smhhhhmh\` - ${c7} :NA${c4}mogO${c7}SNs - ${c7} hNNmmmmNNN - ${c7} NNNNNNNNNN - ${c7} :NNNNNNNNNN - ${c7} mNNssussNNN - ${c7} sNn: sNNo - ${c7}+ooo+ sNNo - ${c7} +oooo\` - EOF - ;; esac diff --git a/print_all.sh b/print_all.sh index 46be944..d6d7d3b 100755 --- a/print_all.sh +++ b/print_all.sh @@ -7,6 +7,7 @@ while read -r logo; do done << EOF alpine android +amogos arch arco artix @@ -23,6 +24,7 @@ dragonfly elementary endeavour fedora +fiwix freebsd garuda gentoo @@ -41,6 +43,7 @@ linux macos mageia manjaro +morphos minix mx netbsd @@ -59,8 +62,6 @@ solus solaris ubuntu void +windows xeonix -fiwix -morphos -amogos EOF