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
acd72571
Commit
acd72571
authored
Mar 17, 2016
by
dawidd6
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added quotes in curl + small cosmetical changes
parent
cf87ac5b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
README.md
README.md
+6
-4
No files found.
README.md
View file @
acd72571
...
@@ -164,15 +164,16 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
...
@@ -164,15 +164,16 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
1.
Add the 3rd party repo
1.
Add the 3rd party repo
-
`echo "deb http://dl.bintray.com/dawidd6/neofetch jessie main" | sudo tee -a /etc/apt/sources.list`
-
`echo "deb http://dl.bintray.com/dawidd6/neofetch jessie main" | sudo tee -a /etc/apt/sources.list`
2.
If you don't have curl, install it with this command
2.
Add public key (you need to have curl installed)
-
`
sudo apt-get install curl
`
-
`
curl -L "https://bintray.com/user/downloadSubjectPublicKey?username=bintray" -o Release-neofetch.key && sudo apt-key add Release-neofetch.key && rm Release-neofetch.key
`
3.
Add public key and update your repo
s
3.
Update repositorie
s
-
`
curl -L https://bintray.com/user/downloadSubjectPublicKey?username=bintray -o Release-neofetch.key && sudo apt-key add Release-neofetch.key && rm Release-neofetch.key &&
sudo apt-get update`
-
`sudo apt-get update`
4.
Install the package
4.
Install the package
-
`sudo apt-get install neofetch`
-
`sudo apt-get install neofetch`
### Fedora
### Fedora
1.
Make sure you have installed
`dnf-plugins-core`
1.
Make sure you have installed
`dnf-plugins-core`
-
`sudo dnf install dnf-plugins-core`
-
`sudo dnf install dnf-plugins-core`
2.
Enable COPR repository
2.
Enable COPR repository
...
@@ -191,6 +192,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
...
@@ -191,6 +192,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD
*
NOTE: This will only work in RHEL/CentOS 7
*
NOTE: This will only work in RHEL/CentOS 7
### Mac OS X
### Mac OS X
1.
Install
`neofetch`
with Homebrew
1.
Install
`neofetch`
with Homebrew
-
`brew install neofetch`
-
`brew install neofetch`
...
...
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