136 lines
7.6 KiB
HTML
136 lines
7.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Neofetch by dylanaraps</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
|
</head>
|
|
<body>
|
|
<section class="page-header">
|
|
<h1 class="project-name">Neofetch</h1>
|
|
<h2 class="project-tagline">A fast, highly customizable system info script that supports Linux, MacOS, iOS, BSD, Solaris, Android, Haiku, GNU Hurd and Windows (Cygwin/Windows 10 Linux subsystem)</h2>
|
|
<a href="https://github.com/dylanaraps/neofetch" class="btn">View on GitHub</a>
|
|
<a href="https://github.com/dylanaraps/neofetch/zipball/master" class="btn">Download .zip</a>
|
|
<a href="https://github.com/dylanaraps/neofetch/tarball/master" class="btn">Download .tar.gz</a>
|
|
</section>
|
|
|
|
<section class="main-content">
|
|
<h1>
|
|
<a id="neofetch" class="anchor" href="#neofetch" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Neofetch</h1>
|
|
|
|
<p><a href="https://gitter.im/dylanaraps/fetch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"><img src="https://badges.gitter.im/dylanaraps/fetch.svg" alt="Gitter"></a> <a href="https://travis-ci.org/dylanaraps/neofetch"><img src="https://travis-ci.org/dylanaraps/neofetch.svg?branch=master" alt="Build Status"></a> <a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT licensed"></a> <a href="https://github.com/dylanaraps/neofetch/releases"><img src="https://img.shields.io/github/release/dylanaraps/neofetch.svg" alt="Latest release"></a></p>
|
|
|
|
<p>Neofetch is a CLI system information tool written in BASH. Neofetch displays information about your system next to an image, your OS logo, or any ascii file of your choice. The main purpose of neofetch is to be used in screenshots to show other users what OS/Distro you're running, what Theme/Icons you're using and etc.</p>
|
|
|
|
<p>Neofetch is highly customizable through the use of commandline flags or the user config file. There are over 50 config options to mess around with and there's the <code>print_info()</code> function and friends which let you add your own custom info.</p>
|
|
|
|
<p>Neofetch can be used on any OS that has BASH, it's just a matter of adding support. If your OS/Distro isn't in the list below, feel free to open an issue on the repo and I'll gladly add support. Neofetch currently supports <code>Linux</code>, <code>MacOS</code>, <code>iOS</code>, <code>BSD</code>, <code>Solaris</code>, <code>Android</code>, <code>Haiku</code>, <code>GNU Hurd</code> and <code>Windows (Cygwin/Windows 10 Linux subsystem)</code>.</p>
|
|
|
|
<p>For more information:</p>
|
|
|
|
<p><strong><a href="https://github.com/dylanaraps/neofetch/wiki">https://github.com/dylanaraps/neofetch/wiki</a></strong></p>
|
|
|
|
<p><img src="https://ipfs.pics/ipfs/QmTtF9Sx8o617QE88GH3Z4yX7mRyi4yS1hsMHyRVmn14vJ" alt="1"></p>
|
|
|
|
<h2>
|
|
<a id="dependencies" class="anchor" href="#dependencies" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Dependencies</h2>
|
|
|
|
<p><a href="https://github.com/dylanaraps/neofetch/wiki/Dependencies">https://github.com/dylanaraps/neofetch/wiki/Dependencies</a></p>
|
|
|
|
<h2>
|
|
<a id="installation" class="anchor" href="#installation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Installation</h2>
|
|
|
|
<p><a href="https://github.com/dylanaraps/neofetch/wiki/Installation">https://github.com/dylanaraps/neofetch/wiki/Installation</a></p>
|
|
|
|
<h2>
|
|
<a id="post-install" class="anchor" href="#post-install" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Post Install</h2>
|
|
|
|
<h3>
|
|
<a id="using-the-config-file" class="anchor" href="#using-the-config-file" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Using the config file</h3>
|
|
|
|
<p>Neofetch will by default create a config file at <code>$HOME/.config/neofetch/config</code> and this file contains all of the script's options/settings. The config file allows you to keep your customizations between script versions and allows you to easily share your customizations with other people.</p>
|
|
|
|
<p>You can launch the script without a config file by using the flag <code>--config none</code> and you can specify a custom config location using <code>--config path/to/config</code>.</p>
|
|
|
|
<p>See this wiki page for the default config: <a href="https://github.com/dylanaraps/neofetch/wiki/Config-File">https://github.com/dylanaraps/neofetch/wiki/Config-File</a></p>
|
|
|
|
<h3>
|
|
<a id="customizing-what-info-gets-displayed" class="anchor" href="#customizing-what-info-gets-displayed" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Customizing what info gets displayed</h3>
|
|
|
|
<p><a href="https://github.com/dylanaraps/neofetch/wiki/Customizing-Info">https://github.com/dylanaraps/neofetch/wiki/Customizing-Info</a></p>
|
|
|
|
<h3>
|
|
<a id="customizing-the-script-using-a-custom-alias" class="anchor" href="#customizing-the-script-using-a-custom-alias" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Customizing the script using a custom alias</h3>
|
|
|
|
<p>If you don't want to use the config file you can customize almost everything using launch flags!</p>
|
|
|
|
<p>Here's an example neofetch alias:</p>
|
|
|
|
<div class="highlight highlight-source-shell"><pre><span class="pl-c1">alias</span> neofetch2=<span class="pl-s"><span class="pl-pds">"</span>neofetch <span class="pl-cce">\</span></span>
|
|
<span class="pl-s">--config off <span class="pl-cce">\</span></span>
|
|
<span class="pl-s">--block_range 1 8 <span class="pl-cce">\</span></span>
|
|
<span class="pl-s">--bold off <span class="pl-cce">\</span></span>
|
|
<span class="pl-s">--uptime_shorthand on <span class="pl-cce">\</span></span>
|
|
<span class="pl-s">--gtk_shorthand on <span class="pl-cce">\</span></span>
|
|
<span class="pl-s">--colors 4 1 8 8 8 7 <span class="pl-cce">\</span></span>
|
|
<span class="pl-s"><span class="pl-pds">"</span></span></pre></div>
|
|
|
|
<h2>
|
|
<a id="thanks" class="anchor" href="#thanks" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Thanks</h2>
|
|
|
|
<p>Thanks to:</p>
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="https://github.com/dylanaraps/neofetch/contributors">Contributors</a>
|
|
|
|
<ul>
|
|
<li>Thanks for making Neofetch better, I really appreciate it.</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/dylanaraps/neofetch/issues/115">Packagers</a>
|
|
|
|
<ul>
|
|
<li>Thanks for maintaining Neofetch packages.</li>
|
|
</ul>
|
|
</li>
|
|
<li>Users
|
|
|
|
<ul>
|
|
<li>Thanks for using my script!</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/KittyKatt/screenFetch">Screenfetch</a>:
|
|
|
|
<ul>
|
|
<li>I've used some snippets as a base for a few functions in this script.</li>
|
|
<li>Some of the ascii logos.</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/jschx/ufetch">ufetch</a>:
|
|
|
|
<ul>
|
|
<li>Tiny ascii logos</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<footer class="site-footer">
|
|
<span class="site-footer-owner"><a href="https://github.com/dylanaraps/neofetch">Neofetch</a> is maintained by <a href="https://github.com/dylanaraps">dylanaraps</a>.</span>
|
|
|
|
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
|
|
</footer>
|
|
|
|
</section>
|
|
|
|
|
|
</body>
|
|
</html>
|