snippetbashTip
pfetch — Display system information. More information: <https://github.com/dylanaraps/pfetch>.
Viewed 0 times
commandpfetchcliinformationmoredisplaysystem
Problem
How to use the
pfetch command: Display system information. More information: <https://github.com/dylanaraps/pfetch>.Solution
pfetch — Display system information. More information: <https://github.com/dylanaraps/pfetch>.Display the ASCII art and default fields:
pfetchDisplay only the ASCII art and color palette fields:
PF_INFO="{{ascii palette}}" pfetchDisplay all possible fields:
PF_INFO="{{ascii title os host kernel uptime pkgs memory shell editor wm de palette}}" pfetchDisplay a different username and hostname:
USER="{{user}}" HOSTNAME="{{hostname}}" pfetchDisplay without colors:
PF_COLOR={{0}} pfetchCode Snippets
Display the ASCII art and default fields
pfetchDisplay only the ASCII art and color palette fields
PF_INFO="{{ascii palette}}" pfetchDisplay all possible fields
PF_INFO="{{ascii title os host kernel uptime pkgs memory shell editor wm de palette}}" pfetchDisplay a different username and hostname
USER="{{user}}" HOSTNAME="{{hostname}}" pfetchDisplay without colors
PF_COLOR={{0}} pfetchContext
tldr-pages: common/pfetch
Revisions (0)
No revisions yet.