Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neofetch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
neofetch
Commits
8470a256
Commit
8470a256
authored
Feb 13, 2016
by
Dylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for Zorin OS
parent
b5e95a8c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletion
+24
-1
zorin
ascii/distro/zorin
+19
-0
fetch
fetch
+5
-1
No files found.
ascii/distro/zorin
0 → 100644
View file @
8470a256
"\
${c1} \`osssssssssssssssssssso\`
.osssssssssssssssssssssso.
.+oooooooooooooooooooooooo+.
\`::::::::::::::::::::::. .:\`
\`+ssssssssssssssssss+:.\` \`.:+ssso\`
.ossssssssssssssso/. \`-+ossssssso.
ssssssssssssso/-\` \`-/osssssssssssss
.ossssssso/-\` .-/ossssssssssssssso.
\`+sss+:. \`.:+ssssssssssssssssss+\`
\`:. .::::::::::::::::::::::\`
.+oooooooooooooooooooooooo+.
-osssssssssssssssssssssso-
\`osssssssssssssssssssso\`
"
fetch
View file @
8470a256
...
@@ -608,7 +608,7 @@ getpackages () {
...
@@ -608,7 +608,7 @@ getpackages () {
packages="
$(
xbps-query
-l
|
wc
-l
)
"
packages="
$(
xbps-query
-l
|
wc
-l
)
"
;;
;;
"
Ubuntu
"* | *"
Mint
"* | "
CrunchBang
"* | "
Debian
"* | "
Kali
"* | "
Deepin
Linux
"* | "
elementary
"* | "
Raspbian
"*)
"
Ubuntu
"* | *"
Mint
"* | "
CrunchBang
"* | "
Debian
"* | "
Kali
"* | "
Deepin
Linux
"* | "
elementary
"* | "
Raspbian
"*
| "
Zorin
"*
)
packages="
$(
dpkg
--get-selections
|
grep
-cv
deinstall
$)
"
packages="
$(
dpkg
--get-selections
|
grep
-cv
deinstall
$)
"
;;
;;
...
@@ -1677,6 +1677,10 @@ getascii () {
...
@@ -1677,6 +1677,10 @@ getascii () {
c3=
$(
color 4
)
c3=
$(
color 4
)
c4=
$(
color 3
)
c4=
$(
color 3
)
;;
;;
"
Zorin
"*)
c1=
$(
color 4
)
;;
esac
esac
# If the ascii file doesn't exist
# If the ascii file doesn't exist
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment