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
3abf4790
Commit
3abf4790
authored
Apr 24, 2016
by
Dylan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:dylanaraps/neofetch
parents
cd60eed1
9f517868
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
README.md
README.md
+13
-2
neofetch
neofetch
+0
-1
No files found.
README.md
View file @
3abf4790
...
@@ -156,7 +156,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
...
@@ -156,7 +156,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
-
`echo "x11-apps/neofetch" >> /etc/portage/package.use`
-
`echo "x11-apps/neofetch" >> /etc/portage/package.use`
4.
Install the package
4.
Install the package
-
`emerge -a x11-apps/neofetch`
-
`emerge -a x11-apps/neofetch`
There is also a git version available:
`emerge --autounmask-write =x11-apps/neofetch-9999`
There is also a git version available:
`emerge --autounmask-write =x11-apps/neofetch-9999`
...
@@ -168,9 +168,20 @@ There is also a git version available: `emerge --autounmask-write =x11-apps/neof
...
@@ -168,9 +168,20 @@ There is also a git version available: `emerge --autounmask-write =x11-apps/neof
-
`sudo wget -O /etc/ports/tudurom.git https://git.io/vV46y`
-
`sudo wget -O /etc/ports/tudurom.git https://git.io/vV46y`
3.
Sync the repos
3.
Sync the repos
-
`sudo ports -u`
-
`sudo ports -u`
4.
Install the package
4.
Add the repo to /etc/prt-get.conf with your text editor of choice
-
`prtdir /usr/ports/tudurom`
5.
Install the package
-
`sudo prt-get depinst neofetch`
-
`sudo prt-get depinst neofetch`
Or alternatively use the
[
port
](
https://github.com/tudurom/crux-ports/blob/master/neofetch/Pkgfile
)
:
1.
Download port
-
`wget -O ~/work/neofetch/Pkgfile https://raw.githubusercontent.com/tudurom/crux-ports/master/neofetch/Pkgfile`
2.
Build the package
-
`fakeroot pkgmk -d`
3.
Install the package
-
`sudo pkgadd neofetch#git-*.pkg.tar.gz`
### Debian / Ubuntu
### Debian / Ubuntu
...
...
neofetch
View file @
3abf4790
...
@@ -2014,7 +2014,6 @@ getimage () {
...
@@ -2014,7 +2014,6 @@ getimage () {
# Calculate font size
# Calculate font size
font_width=
$((
term_width
/
columns
))
font_width=
$((
term_width
/
columns
))
font_height=
$((
term_height
/
lines
))
# Image size is half of the terminal
# Image size is half of the terminal
case "
$image_size
" in
case "
$image_size
" in
...
...
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