neofetch for windows
Powershell 7 and nerdfonts are recommended
Winfetch is a tool written in powershell that displays your system info in a visually pleasing way, it doesn't have any purpose...and is just for aesthetics.
Note: wherever the command says ~/Documents you can go on and type your preffered location.
-
Open Powershell and type/paste the following command
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Priyanshu-1012/winfetch/master/winfetch.ps1" | Select-Object -ExpandProperty Content | Out-File -FilePath ~/Documents/winfetch.ps1 -Encoding UTF8
-
Next, paste the following command on terminal.
"function winfetch { `$scriptPath = Resolve-Path -Path '~/Documents/winfetch.ps1' & `$scriptPath }" | Add-Content $profile
-
Run the command
pwsh
on the same terminal to relaunch powershell -
Now you can try and run
winfetch
command on terminal.
i know it needs work...and i'll work on it