Installation

Linux

Windows

Using winget

winget install --id Fastfetch-cli.Fastfetch
winget upgrade --id Fastfetch-cli.Fastfetch
# Add wrapper
# Create directory if not exist
New-Item -ItemType Directory -Path $PROFILE/../ -Force
 
# Append wrapper into profile
@'
function clearfetch {
    clear; fastfetch
}
Set-Alias ff clearfetch
ff
'@ >> "$PROFILE"

Usage

# Generate default config
fastfetch --gen-config

Version

fastfetch --version

Appendix