-Welcome to GitHub Pages.
++Neofetch
-This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new gh-pages
branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.
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.
+ +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 print_info()
function and friends which let you add your own custom info.
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 Linux
, MacOS
, iOS
, BSD
, Solaris
, Android
, Haiku
, GNU Hurd
and Windows (Cygwin/Windows 10 Linux subsystem)
.
For more information:
+ +https://github.com/dylanaraps/neofetch/wiki
+ + + ++Dependencies
+ +https://github.com/dylanaraps/neofetch/wiki/Dependencies
+ ++Installation
+ +https://github.com/dylanaraps/neofetch/wiki/Installation
+ ++Post Install
-Designer Templates
+Using the config file -We’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.
+Neofetch will by default create a config file at $HOME/.config/neofetch/config
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.
You can launch the script without a config file by using the flag --config none
and you can specify a custom config location using --config path/to/config
.
See this wiki page for the default config: https://github.com/dylanaraps/neofetch/wiki/Config-File
-Creating pages manually
+Customizing what info gets displayed -If you prefer to not use the automatic generator, push a branch named gh-pages
to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.
https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
-Authors and Contributors
+Customizing the script using a custom alias -You can @mention a GitHub username to generate a link to their profile. The resulting <a>
element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.
If you don't want to use the config file you can customize almost everything using launch flags!
--Support or Contact
+Here's an example neofetch alias:
-Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.
+alias neofetch2="neofetch \
+--config off \
+--block_range 1 8 \
+--bold off \
+--uptime_shorthand on \
+--gtk_shorthand on \
+--colors 4 1 8 8 8 7 \
+"
+Thanks
+ +Thanks to:
+ +-
+
-
+Contributors
+
+
-
+
- Thanks for making Neofetch better, I really appreciate it. +
+ -
+Packagers
+
+
-
+
- Thanks for maintaining Neofetch packages. +
+ - Users
+
+
-
+
- Thanks for using my script! +
+ -
+Screenfetch:
+
+
-
+
- I've used some snippets as a base for a few functions in this script. +
- Some of the ascii logos. +
+ -
+ufetch:
+
+
-
+
- Tiny ascii logos +
+