[M] Move distros into hyfetch
This commit is contained in:
parent
0897d468a8
commit
6404b37b9e
326 changed files with 408 additions and 2 deletions
15
hyfetch/distros/omnios.py
Normal file
15
hyfetch/distros/omnios.py
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
from hyfetch.distro import AsciiArt
|
||||
|
||||
omnios = AsciiArt(match=r'''"OmniOS"*''', color='15 3 8', ascii=r"""
|
||||
${c1}
|
||||
____ __ __ _ _ _
|
||||
/ __ \ | \/ || \ | || |
|
||||
| | | || || \| || |
|
||||
| |__| || |\/| || , `${c2}_${c1}||${c2}_${c1}| ${c2}____${c1}
|
||||
\____/ |_| |_||_|\${c2}/ __ \ / ___|
|
||||
| | | ||(__
|
||||
${c3}community${c2} | |__| | ___)|
|
||||
${c3}edition${c2} \____/ |____/
|
||||
""")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue