Skip to content

Fastfetch

Robomikel edited this page Oct 10, 2024 · 2 revisions

Install Choco

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

Install fastfetch

choco install fastfetch

add to login

append powershell profile
fastfetch

https://github.com/fastfetch-cli/fastfetch

Clone this wiki locally