System Grab Bag

View all TLDR pages from common (or from all pages)

neofetch

Display information about your operating system, software and hardware. More information: https://github.com/dylanaraps/neofetch.
  • Return the default config, and create it if it's the first time the program runs:
    neofetch
  • Trigger an info line from appearing in the output, where 'infoname' is the function name in the config file, e.g. memory:
    neofetch --{{enable|disable}} {{infoname}}
  • Hide/Show OS architecture:
    neofetch --os_arch {{on|off}}
  • Enable/Disable CPU brand in output:
    neofetch --cpu_brand {{on|off}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.